diff --git a/app/assets/javascripts/editor/editor.js.erb b/app/assets/javascripts/editor/editor.js.erb index 7d6584aa..f12cfcdf 100644 --- a/app/assets/javascripts/editor/editor.js.erb +++ b/app/assets/javascripts/editor/editor.js.erb @@ -784,6 +784,6 @@ configureEditors: function () { $(window).on("beforeunload", this.unloadAutoSave.bind(this)); // create autosave when the editor is opened the first time - this.autosave(); + // TODO: this.autosave(); } };