add double click event for all payment
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user