mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11166] Fix typo in comment
PHPBB3-11166
This commit is contained in:
parent
0d7f61dc7a
commit
5028fb981d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue