From b2271eb64f4fbee43781a3b8d85705bc667d8cb4 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 19 Aug 2020 19:04:34 -0400 Subject: [PATCH] fix: client-side error in flags/detail ... as the filter form is no longer present in the details page --- public/src/client/flags/detail.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/src/client/flags/detail.js b/public/src/client/flags/detail.js index 31d9e9d156..13b445297e 100644 --- a/public/src/client/flags/detail.js +++ b/public/src/client/flags/detail.js @@ -119,8 +119,6 @@ define('forum/flags/detail', ['forum/flags/list', 'components', 'translator', 'b break; } }); - - FlagsList.enableFilterForm(); }; function postAction(action, pid, tid) {