Correct stupid error
This commit is contained in:
parent
55d53cfac6
commit
eaae63f275
@ -2766,7 +2766,7 @@ define([
|
|||||||
UIElements.displayCrowdfunding(common);
|
UIElements.displayCrowdfunding(common);
|
||||||
modal.delete();
|
modal.delete();
|
||||||
});
|
});
|
||||||
var waitingForStoringCb = true;
|
var waitingForStoringCb = false;
|
||||||
$(store).click(function () {
|
$(store).click(function () {
|
||||||
if (waitingForStoringCb) { return; }
|
if (waitingForStoringCb) { return; }
|
||||||
waitingForStoringCb = true;
|
waitingForStoringCb = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user