1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

change directory for almada and requrie,js

This commit is contained in:
grafixeyehero 2019-11-06 19:25:24 +03:00
parent 651a53d64a
commit af2b49ac30
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@
}
injectScriptElement(
self.Promise ? "./bower_components/alameda.js" : "./bower_components/require.js",
self.Promise ? "./libraries/alameda.js" : "./libraries/require.js",
function() {
// onload of require library
injectScriptElement("./scripts/site.js");