mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 06:51:08 +02:00
[feature/ajax] Add a missing semicolon
PHPBB3-10270
This commit is contained in:
@@ -345,7 +345,7 @@ phpbb.ajaxify = function(options) {
|
|||||||
|
|
||||||
if (action)
|
if (action)
|
||||||
{
|
{
|
||||||
action = action[1]
|
action = action[1];
|
||||||
data += '&action=' + action;
|
data += '&action=' + action;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user