mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-29 18:16:17 +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;
|
break;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
FlagsList.enableFilterForm();
|
|
||||||
};
|
};
|
||||||
|
|
||||||
function postAction(action, pid, tid) {
|
function postAction(action, pid, tid) {
|
||||||
|
|||||||
Reference in New Issue
Block a user