add double click event for all payment

This commit is contained in:
phyusin
2017-12-08 11:20:30 +06:30
parent 2faf5ba386
commit deda2dd0c7
7 changed files with 33 additions and 3 deletions

View File

@@ -418,7 +418,7 @@
title: "Information!",
text: 'Changed amount ' + $('#balance').text() * (-1),
html: true,
closeOnConfirm: false, //It does close the popup when I click on close button
closeOnConfirm: false,
closeOnCancel: false,
allowOutsideClick: false
}, function () {
@@ -430,7 +430,7 @@
title: "Information!",
text: 'Thank You !',
html: true,
closeOnConfirm: false, //It does close the popup when I click on close button
closeOnConfirm: false,
closeOnCancel: false,
allowOutsideClick: false
}, function () {