Skip to content

Commit

Permalink
0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
w8tcha committed Dec 18, 2016
1 parent af833a0 commit 6dc264c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autosave/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
CKEDITOR.plugins.add("autosave", {
lang: 'ca,cs,de,en,es,fr,ja,nl,pl,pt-br,ru,sk,sv,zh,zh-cn', // %REMOVE_LINE_CORE%
requires: 'notification',
version: 0.15,
version: 0.16,
init: function (editor) {
// Default Config
var defaultConfig = {
Expand Down Expand Up @@ -115,7 +115,7 @@
var editor = editorInstance,
autoSaveKey = configAutosave.SaveKey != null ? configAutosave.SaveKey : 'autosave_' + window.location + "_" + editor.id;

SaveData(autoSaveKey, editor);
SaveData(autoSaveKey, editor, configAutosave);

savingActive = false;
}
Expand Down

0 comments on commit 6dc264c

Please sign in to comment.