spelling: actually
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
$('#gollum-saved-msg').text('Saving...');
|
$('#gollum-saved-msg').text('Saving...');
|
||||||
|
|
||||||
// Wait 2 seconds, then actualy save the text to local storage
|
// Wait 2 seconds, then actually save the text to local storage
|
||||||
autoSaveTimer = setTimeout(function() {
|
autoSaveTimer = setTimeout(function() {
|
||||||
localStorage.setItem(storageKey, window.ace_editor.getSession().getValue());
|
localStorage.setItem(storageKey, window.ace_editor.getSession().getValue());
|
||||||
// Save any subpage editor text that might exist
|
// Save any subpage editor text that might exist
|
||||||
|
|||||||
Reference in New Issue
Block a user