make confirmPopup() to apply htmlFormatMsg() with enabled markout to text of confirmation message

This commit is contained in:
Simon Grim 2015-11-20 01:09:08 +05:00
parent f90c1db413
commit 813a5984d0

View File

@ -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)