Skip to content

Commit ab8a13f

Browse files
committed
Issues-529: updated auto-save interval(15 secs)
1 parent 27ebb5a commit ab8a13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vanilla/applications/vanilla/js/autosave.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
jQuery(document).ready(function($) {
22
/* Autosave functionality for comment & discussion drafts */
33
$.fn.autosave = function(opts) {
4-
// Interval - 15 sec
4+
// Interval - 15 secs
55
var options = $.extend({interval: 15000, button: false}, opts);
66
var textarea = this;
77
if (!options.button)

0 commit comments

Comments
 (0)