added return false

v1.18.x
Barış Soner Uşaklı 10 years ago
parent 8544531a79
commit e88d88e56c

@ -55,6 +55,7 @@ define('forum/groups/list', function() {
groupsEl.empty().append(html); groupsEl.empty().append(html);
}); });
}); });
return false;
}; };
return Groups; return Groups;

Loading…
Cancel
Save