1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-02 14:57:37 +02:00

[feature/ajax] Add a missing semicolon

PHPBB3-10270
This commit is contained in:
Igor Wiedler
2012-02-11 20:13:28 +01:00
parent fc0d2425dc
commit 6ad4015a37

View File

@@ -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