mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Ensure plugin scripts are loaded in correct order (#4388)
This commit is contained in:
@@ -14,6 +14,7 @@ const useScript = (urls: string | string[], condition?: boolean) => {
|
||||
const script = document.createElement("script");
|
||||
|
||||
script.src = url;
|
||||
script.async = false;
|
||||
script.defer = true;
|
||||
return script;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user