[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