summaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
authorPeterTheOne <petertheone@gmail.com>2016-01-28 17:56:10 (GMT)
committerPeterTheOne <petertheone@gmail.com>2016-01-28 17:56:10 (GMT)
commit2eb10afbc4bcc36f4206c79df8ae6c1bcb841ad3 (patch)
treed77dd1ec70b505a26abcc8bbf994dea3239d372d /www/index.html
parentc84b446a7ace4f672e6cd0b4679df3e614bd2f70 (diff)
move importer to own file, fix musicpool selector
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html
index 110849f..77bf69b 100644
--- a/www/index.html
+++ b/www/index.html
@@ -25,6 +25,7 @@
<script src="/js/rivendell.rh.js"></script>
<script src="/js/utils.js"></script>
<script src="/js/clock.js"></script>
+ <script src="/js/importer.js"></script>
<script src="/js/auth.js"></script>
<script src="/js/apps.js"></script>
<script src="/js/shows.js"></script>