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