mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2025-12-10 22:13:23 -06:00
Fix typo
This commit is contained in:
parent
5f6ca04e7e
commit
f7fefe6ecd
@ -72,7 +72,7 @@ function sfwswitch_switcher() {
|
||||
function sfwswitch_findstashcss() {
|
||||
for (let i = 0; i < document.styleSheets.length; i++) {
|
||||
const stylesheet = document.styleSheets[i];
|
||||
if (stylesheet.href && stylesheet.href.includes("/plugin/sfw_switch/css")) {
|
||||
if (stylesheet.href && stylesheet.href.includes("/plugin/sfwswitch/css")) {
|
||||
return stylesheet;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user