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 5f6ca04 commit f7fefe6Copy full SHA for f7fefe6
plugins/SFWSwitch/sfw.js
@@ -72,7 +72,7 @@ function sfwswitch_switcher() {
72
function sfwswitch_findstashcss() {
73
for (let i = 0; i < document.styleSheets.length; i++) {
74
const stylesheet = document.styleSheets[i];
75
- if (stylesheet.href && stylesheet.href.includes("/plugin/sfw_switch/css")) {
+ if (stylesheet.href && stylesheet.href.includes("/plugin/sfwswitch/css")) {
76
return stylesheet;
77
}
78
0 commit comments