mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 09:06:15 +01:00
fix: client-side error in flags/detail
... as the filter form is no longer present in the details page
This commit is contained in:
@@ -119,8 +119,6 @@ define('forum/flags/detail', ['forum/flags/list', 'components', 'translator', 'b
|
||||
break;
|
||||
}
|
||||
});
|
||||
|
||||
FlagsList.enableFilterForm();
|
||||
};
|
||||
|
||||
function postAction(action, pid, tid) {
|
||||
|
||||
Reference in New Issue
Block a user