-
-
Notifications
You must be signed in to change notification settings - Fork 79k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save "Preview theme" option #13940
Comments
I'd opt for |
I don't have any experience with that. I was think using jquery cookie to save the cookie, but if this is simpler and results in less code, I don't see why not using it 👍 |
Much less code, it's essentially just localStorage.setItem(key, value);
localStorage.getItem(key, value); |
@hnrch02: PR is more than welcome :) |
Incoming in ~2 hours. |
Merged. |
mdo
added a commit
that referenced
this issue
Jun 29, 2014
Save "Preview theme" state; resolves #13940
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure if it's worth doing this or not but it makes sense to have this saved via a cookie probably.
The text was updated successfully, but these errors were encountered: