We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ebb5a commit ab8a13fCopy full SHA for ab8a13f
vanilla/applications/vanilla/js/autosave.js
@@ -1,7 +1,7 @@
1
jQuery(document).ready(function($) {
2
/* Autosave functionality for comment & discussion drafts */
3
$.fn.autosave = function(opts) {
4
- // Interval - 15 sec
+ // Interval - 15 secs
5
var options = $.extend({interval: 15000, button: false}, opts);
6
var textarea = this;
7
if (!options.button)
0 commit comments