Skip to content

Commit

Permalink
fix: client-side error in flags/detail
Browse files Browse the repository at this point in the history
... as the filter form is no longer present in the details page
  • Loading branch information
julianlam committed Aug 20, 2020
1 parent bb7bd1b commit b2271eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions public/src/client/flags/detail.js
Expand Up @@ -119,8 +119,6 @@ define('forum/flags/detail', ['forum/flags/list', 'components', 'translator', 'b
break;
}
});

FlagsList.enableFilterForm();
};

function postAction(action, pid, tid) {
Expand Down

0 comments on commit b2271eb

Please sign in to comment.