|
|
@ -144,9 +144,13 @@ function resumeModal(event) { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
function confirmPopup(event, req) { |
|
|
|
function confirmPopup(event, req) { |
|
|
|
if (event && event.stopPropagation) |
|
|
|
if (event && event.stopPropagation) { |
|
|
|
event.stopPropagation(); |
|
|
|
event.stopPropagation(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (!req && event.data) |
|
|
|
|
|
|
|
req = event.data; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
var modal = openModal({ |
|
|
|
var modal = openModal({ |
|
|
|
classBase: '.prompt-wrapper', |
|
|
|
classBase: '.prompt-wrapper', |
|
|
|
classAdd: 'confirm-popup', |
|
|
|
classAdd: 'confirm-popup', |
|
|
|