From c1c9e5ade8ed7c2ab2f7ab66a62b03ea0fd7b1f9 Mon Sep 17 00:00:00 2001 From: yflory Date: Fri, 30 Apr 2021 11:48:41 +0200 Subject: [PATCH] lint compliance --- www/common/common-ui-elements.js | 1 - 1 file changed, 1 deletion(-) 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();