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

This commit is contained in:
ClemDee 2019-07-25 14:50:46 +02:00
parent 0636714829
commit 83f6a29f15

View file

@ -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) {