diff options
author | PeterTheOne <petertheone@gmail.com> | 2016-01-28 17:56:10 (GMT) |
---|---|---|
committer | PeterTheOne <petertheone@gmail.com> | 2016-01-28 17:56:10 (GMT) |
commit | 2eb10afbc4bcc36f4206c79df8ae6c1bcb841ad3 (patch) | |
tree | d77dd1ec70b505a26abcc8bbf994dea3239d372d /www/index.html | |
parent | c84b446a7ace4f672e6cd0b4679df3e614bd2f70 (diff) |
move importer to own file, fix musicpool selector
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 1 |
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> |