diff --git a/gulp/res/js/filters.js b/gulp/res/js/filters.js index c17c4b43..5574b59a 100644 --- a/gulp/res/js/filters.js +++ b/gulp/res/js/filters.js @@ -178,6 +178,7 @@ const setFilterState = (type, data, state) => { if (state) { fsubr.push(data); } + break; case 'fmsg': fmsg[addOrDelete](data); break;