We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3080f4 commit f182d85Copy full SHA for f182d85
src/base/underscript/updates.js
@@ -3,12 +3,13 @@ import wrap from 'src/utils/2.pokemon.js';
3
import debugToast from 'src/utils/debugToast';
4
import { toast as Toast } from 'src/utils/2.toasts.js';
5
import semver from 'src/utils/version.js';
6
-import { buttonCSS, scriptVersion } from 'src/utils/1.variables.js';
+import { buttonCSS, scriptVersion, window } from 'src/utils/1.variables.js';
7
import css from 'src/utils/css.js';
8
import createParser from 'src/utils/parser';
9
import eventManager from 'src/utils/eventManager';
10
import {
11
register,
12
+ silent,
13
unregister,
14
validate,
15
} from 'src/hooks/updates';
0 commit comments