Disallow to click more than once on the button to store a shared pad in drive

pull/1/head
ClemDee 5 years ago
parent 0636714829
commit 83f6a29f15

@ -2766,7 +2766,7 @@ define([
UIElements.displayCrowdfunding(common);
modal.delete();
});
$(store).click(function () {
$(store).one("click", function () {
common.getSframeChannel().query("Q_AUTOSTORE_STORE", null, function (err, obj) {
var error = err || (obj && obj.error);
if (error) {

Loading…
Cancel
Save