Merge pull request #96 from ThommyH/add_autosave_on_open
creates an autosave submission on opening of the editor.
This commit is contained in:
@ -680,5 +680,7 @@ configureEditors: function () {
|
||||
this.showFirstFile();
|
||||
|
||||
$(window).on("beforeunload", this.unloadAutoSave.bind(this));
|
||||
// create autosave when the editor is opened the first time
|
||||
this.autosave().bind(this);
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user