X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/8fabff2f05c0e1a5a3075d2e5f4293fa29029c3a..edc5eb8445edaacafef276ad761d1a905d7f54cd:/project/static/js/editor.js diff --git a/project/static/js/editor.js b/project/static/js/editor.js index a3d96593..3b750cab 100644 --- a/project/static/js/editor.js +++ b/project/static/js/editor.js @@ -262,7 +262,7 @@ Editor.prototype.onContentChanged = function(event, data) { $('#toolbar-button-commit').attr('disabled', 'disabled'); if(this.autosaveTimer) return; - this.autosaveTimer = setTimeout( function() { self.autoSave(); }, 5000 ); + this.autosaveTimer = setTimeout( function() { self.autoSave(); }, 300000 ); }; Editor.prototype.refreshPanels = function(goodPanel) {