mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-28 12:30:42 +02:00
[ticket/11166] Use provided custom templates on AJAX confirm box
PHPBB3-11166
This commit is contained in:
@@ -320,7 +320,7 @@ phpbb.ajaxify = function(options) {
|
||||
else
|
||||
{
|
||||
// If confirmation is required, display a diologue to the user.
|
||||
phpbb.confirm(res.MESSAGE_TEXT, function(del) {
|
||||
phpbb.confirm(res.MESSAGE_BODY, function(del) {
|
||||
if (del)
|
||||
{
|
||||
phpbb.loading_alert();
|
||||
|
Reference in New Issue
Block a user