()
| 144 | } |
| 145 | |
| 146 | function clearFilter() { |
| 147 | currentFilter = null; |
| 148 | currentPage = 1; |
| 149 | hasMore = true; |
| 150 | isLoading = false; |
| 151 | plugins.all = []; |
| 152 | $list.all.replaceChildren(); |
| 153 | $list.all.setAttribute("empty-msg", strings["loading..."]); |
| 154 | getAllPlugins(); |
| 155 | } |
| 156 | |
| 157 | Contextmenu({ |
| 158 | toggler: $filter, |
nothing calls this directly
no test coverage detected