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:
@@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user