1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-28 20:40:24 +02:00

[ticket/11166] Fix typo in comment

PHPBB3-11166
This commit is contained in:
Joas Schilling
2013-01-15 13:10:25 +01:00
parent 0d7f61dc7a
commit 5028fb981d

View File

@@ -319,7 +319,7 @@ phpbb.ajaxify = function(options) {
} }
else else
{ {
// If confirmation is required, display a diologue to the user. // If confirmation is required, display a dialog to the user.
phpbb.confirm(res.MESSAGE_BODY, function(del) { phpbb.confirm(res.MESSAGE_BODY, function(del) {
if (del) if (del)
{ {