fix: client-side error in flags/detail

... as the filter form is no longer present in the details page
v1.18.x
Julian Lam 5 years ago
parent bb7bd1b421
commit b2271eb64f

@ -119,8 +119,6 @@ define('forum/flags/detail', ['forum/flags/list', 'components', 'translator', 'b
break; break;
} }
}); });
FlagsList.enableFilterForm();
}; };
function postAction(action, pid, tid) { function postAction(action, pid, tid) {

Loading…
Cancel
Save