fix: client-side error in flags/detail

... as the filter form is no longer present in the details page
This commit is contained in:
Julian Lam
2020-08-19 19:04:34 -04:00
parent bb7bd1b421
commit b2271eb64f

View File

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