Skip to content

Commit

Permalink
SAK-31712 delay should have been 300 not 600 (sakaiproject#3332)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonespm authored Sep 14, 2016
1 parent d417fb6 commit 272850c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/library/src/webapp/editor/ckeditor.launch.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ sakai.editor.editors.ckeditor.launch = function(targetId, config, w, h) {
pasteFromWordRemoveStyles : false,
autosave_saveDetectionSelectors : "form input[type='button'],form input[type='submit']",
//Delay for autosave
autosave_delay: 600,
autosave_delay: 300,
//autosave_messageType can be "no" or "notification"
autosave_messageType : "statusbar",
//SAK-29598 - Add more templates to CK Editor
Expand Down

0 comments on commit 272850c

Please sign in to comment.