mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 04:22:07 +02:00
MDL-18014 Atto: Reset auto save frequency to 60 seconds.
This commit is contained in:
parent
c195bbffab
commit
e3502577b8
@ -733,7 +733,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 = 6000;
|
||||
var AUTOSAVE_FREQUENCY = 60000;
|
||||
|
||||
function EditorAutosave() {}
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
@ -728,7 +728,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 = 6000;
|
||||
var AUTOSAVE_FREQUENCY = 60000;
|
||||
|
||||
function EditorAutosave() {}
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
var AUTOSAVE_FREQUENCY = 6000;
|
||||
var AUTOSAVE_FREQUENCY = 60000;
|
||||
|
||||
function EditorAutosave() {}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user