Disallow to click more than once on the button to store a shared pad in drive
This commit is contained in:
parent
0636714829
commit
83f6a29f15
@ -2766,7 +2766,7 @@ define([
|
|||||||
UIElements.displayCrowdfunding(common);
|
UIElements.displayCrowdfunding(common);
|
||||||
modal.delete();
|
modal.delete();
|
||||||
});
|
});
|
||||||
$(store).click(function () {
|
$(store).one("click", function () {
|
||||||
common.getSframeChannel().query("Q_AUTOSTORE_STORE", null, function (err, obj) {
|
common.getSframeChannel().query("Q_AUTOSTORE_STORE", null, function (err, obj) {
|
||||||
var error = err || (obj && obj.error);
|
var error = err || (obj && obj.error);
|
||||||
if (error) {
|
if (error) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user