mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-27 23:24:26 +00:00
make confirmPopup() to apply htmlFormatMsg() with enabled markout to text of confirmation message
This commit is contained in:
parent
f90c1db413
commit
813a5984d0
@ -159,7 +159,7 @@ function confirmPopup(event, req) {
|
||||
});
|
||||
|
||||
if (req.messageTxt)
|
||||
modal.content.find('.message').text(req.messageTxt);
|
||||
modal.content.find('.message').html(htmlFormatMsg(req.messageTxt, {markout: 'apply'}).html);
|
||||
|
||||
var btn = modal.content.find('.confirm');
|
||||
if (req.removeConfirm)
|
||||
|
Loading…
x
Reference in New Issue
Block a user