fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Usunięcie nadmiarowego select z panels/gallery.html.
[redakcja.git]
/
project
/
static
/
js
/
editor.js
diff --git
a/project/static/js/editor.js
b/project/static/js/editor.js
index
a3d9659
..
3b750ca
100644
(file)
--- 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;
$('#toolbar-button-commit').attr('disabled', 'disabled');
if(this.autosaveTimer) return;
- this.autosaveTimer = setTimeout( function() { self.autoSave(); },
5
000 );
+ this.autosaveTimer = setTimeout( function() { self.autoSave(); },
300
000 );
};
Editor.prototype.refreshPanels = function(goodPanel) {
};
Editor.prototype.refreshPanels = function(goodPanel) {