From eaae63f275dd726f2ed982cd6c410f2c71c6701d Mon Sep 17 00:00:00 2001 From: ClemDee Date: Thu, 8 Aug 2019 17:21:00 +0200 Subject: [PATCH] Correct stupid 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 39fea504a..8bd3574c0 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -2766,7 +2766,7 @@ define([ UIElements.displayCrowdfunding(common); modal.delete(); }); - var waitingForStoringCb = true; + var waitingForStoringCb = false; $(store).click(function () { if (waitingForStoringCb) { return; } waitingForStoringCb = true;