Skip to content

Commit f7fefe6

Browse files
committed
Fix typo
1 parent 5f6ca04 commit f7fefe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/SFWSwitch/sfw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function sfwswitch_switcher() {
7272
function sfwswitch_findstashcss() {
7373
for (let i = 0; i < document.styleSheets.length; i++) {
7474
const stylesheet = document.styleSheets[i];
75-
if (stylesheet.href && stylesheet.href.includes("/plugin/sfw_switch/css")) {
75+
if (stylesheet.href && stylesheet.href.includes("/plugin/sfwswitch/css")) {
7676
return stylesheet;
7777
}
7878
}

0 commit comments

Comments
 (0)