|
@@ -973,7 +973,7 @@ function init_persona() {
|
|
|
//</persona>
|
|
//</persona>
|
|
|
|
|
|
|
|
function init_confirm_action() {
|
|
function init_confirm_action() {
|
|
|
- $('.confirm').click(function () {
|
|
|
|
|
|
|
+ $('body').on('click', '.confirm', function () {
|
|
|
return confirm(str_confirmation);
|
|
return confirm(str_confirmation);
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|