mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2025-12-13 04:09:50 -06:00
Fix typo
This commit is contained in:
parent
5f6ca04e7e
commit
f7fefe6ecd
@ -72,7 +72,7 @@ function sfwswitch_switcher() {
|
|||||||
function sfwswitch_findstashcss() {
|
function sfwswitch_findstashcss() {
|
||||||
for (let i = 0; i < document.styleSheets.length; i++) {
|
for (let i = 0; i < document.styleSheets.length; i++) {
|
||||||
const stylesheet = document.styleSheets[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;
|
return stylesheet;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user