1
Fork 0

main.js: remove searchState from globals.

This commit is contained in:
binarycat 2025-03-10 16:38:11 -05:00
parent 7421546f6b
commit 20bac26165

View file

@ -1,5 +1,5 @@
// Local js definitions:
/* global addClass, getSettingValue, hasClass, searchState, updateLocalStorage */
/* global addClass, getSettingValue, hasClass, updateLocalStorage */
/* global onEachLazy, removeClass, getVar */
"use strict";