X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FClientSideShorten%2Fshorten.js;h=d7e17d5284f076fcfba5076dbe9d139ced60c1ff;hb=8b78e01d4c4b9512a7b74efa52fcaf37de0dc6f1;hp=bdffb81e266da08c33b7c4a31966f191b79208f0;hpb=855f1f6623e64701796f443fc20fde164b1a1846;p=quix0rs-gnu-social.git diff --git a/plugins/ClientSideShorten/shorten.js b/plugins/ClientSideShorten/shorten.js index bdffb81e26..d7e17d5284 100644 --- a/plugins/ClientSideShorten/shorten.js +++ b/plugins/ClientSideShorten/shorten.js @@ -16,7 +16,7 @@ function delayed () { if (!execAsap) func.apply(obj, args); - timeout = null; + timeout = null; }; if (timeout) @@ -24,7 +24,7 @@ else if (execAsap) func.apply(obj, args); - timeout = setTimeout(delayed, threshold || 100); + timeout = setTimeout(delayed, threshold || 100); }; } jQuery.fn[sr] = function(fn){ return fn ? this.bind('keypress', debounce(fn, 1000)) : this.trigger(sr); };