diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index 165e95f25..573247ec6 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -798,7 +798,7 @@ define([ ])).click(common.prepareFeedback(type)).click(function () { $(button).hide(); common.getSframeChannel().query("Q_AUTOSTORE_STORE", null, function (err, obj) { - waitingForStoringCb = false; + waitingForStoringCb = false; // XXX lint error, not defined var error = err || (obj && obj.error); if (error) { $(button).show();