mirror of
https://gitlab.com/SukkaW/ruleset.skk.moe.git
synced 2026-04-18 17:54:26 +00:00
deploy: 970e4dcc85f28884af9e86b73cacc721307439bc
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
) {
|
||||
try {
|
||||
window.location.assign(a[1]);
|
||||
} catch (ex) {
|
||||
} catch {
|
||||
}
|
||||
}
|
||||
if (a[0] === '_set' && a[1] === 'hitCallback' && typeof a[2] === 'function') {
|
||||
@@ -66,7 +66,7 @@
|
||||
if (typeof a !== 'string') { return; }
|
||||
try {
|
||||
window.location.assign(a);
|
||||
} catch (ex) {
|
||||
} catch {
|
||||
}
|
||||
};
|
||||
return out;
|
||||
|
||||
Reference in New Issue
Block a user