From a8fa0f29aea939ba4b5c78c435ed53af231b99d5 Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 30 Apr 2021 09:33:59 +0530 Subject: [PATCH] add an XXX for a lint error --- www/common/common-ui-elements.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();