mirror of
https://github.com/jsbin/jsbin.git
synced 2026-01-18 15:18:04 +00:00
Merge pull request #987 from remy/fix/972
Adding saved-css to localStorage
This commit is contained in:
commit
d1cb47ccc1
@ -4,6 +4,7 @@ var $startingpoint = $('#startingpoint').click(function (event) {
|
||||
analytics.saveTemplate();
|
||||
localStorage.setItem('saved-javascript', editors.javascript.getCode());
|
||||
localStorage.setItem('saved-html', editors.html.getCode());
|
||||
localStorage.setItem('saved-css', editors.css.getCode());
|
||||
|
||||
$document.trigger('tip', {
|
||||
type: 'notification',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user