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

Move almada and require.js from source control to npm

This commit is contained in:
grafixeyehero 2019-10-27 16:55:18 +03:00
parent b6db366d0e
commit 651a53d64a
6 changed files with 24 additions and 1028 deletions

View file

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