MDL-18014 Atto autosave: Change default autosave frequency to 60 seconds
This commit is contained in:
+1
-1
@@ -688,7 +688,7 @@ Y.Base.mix(Y.M.editor_atto.Editor, [EditorTextArea]);
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
var AUTOSAVE_FREQUENCY = 5000;
|
||||
var AUTOSAVE_FREQUENCY = 60000;
|
||||
|
||||
function EditorAutosave() {}
|
||||
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -685,7 +685,7 @@ Y.Base.mix(Y.M.editor_atto.Editor, [EditorTextArea]);
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
var AUTOSAVE_FREQUENCY = 5000;
|
||||
var AUTOSAVE_FREQUENCY = 60000;
|
||||
|
||||
function EditorAutosave() {}
|
||||
|
||||
|
||||
+1
-1
@@ -23,7 +23,7 @@
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
var AUTOSAVE_FREQUENCY = 5000;
|
||||
var AUTOSAVE_FREQUENCY = 60000;
|
||||
|
||||
function EditorAutosave() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user