mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-29 21:10:31 +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)
|
||||
{
|
||||
action = action[1]
|
||||
action = action[1];
|
||||
data += '&action=' + action;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user