Browse Source

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

readme-update
Simon Grim 9 years ago
parent
commit
813a5984d0
  1. 2
      js/interface_common.js

2
js/interface_common.js

@ -159,7 +159,7 @@ function confirmPopup(event, req) { @@ -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…
Cancel
Save