mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[feature/ajax] Add a missing semicolon
PHPBB3-10270
This commit is contained in:
parent
fc0d2425dc
commit
6ad4015a37
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ phpbb.ajaxify = function(options) {
|
|||
|
||||
if (action)
|
||||
{
|
||||
action = action[1]
|
||||
action = action[1];
|
||||
data += '&action=' + action;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue