From 0128515732e28982f0fafe28dbd5df19258ec670 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=81ukasz=20Rekucki?= Date: Sat, 29 Aug 2009 09:46:31 +0200 Subject: [PATCH] Zmieniono okres autozapisu na 5 min. --- project/static/js/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.20.1