fix javascript for autosave on beginning

This commit is contained in:
Ralf Teusner
2017-03-23 14:08:37 +01:00
parent 2663142013
commit 028876da60

View File

@ -681,6 +681,6 @@ configureEditors: function () {
$(window).on("beforeunload", this.unloadAutoSave.bind(this));
// create autosave when the editor is opened the first time
this.autosave().bind(this);
this.autosave();
}
};