diff options
author | Peter Grassberger <petertheone@gmail.com> | 2015-09-23 14:38:34 (GMT) |
---|---|---|
committer | Peter Grassberger <petertheone@gmail.com> | 2015-09-23 14:38:34 (GMT) |
commit | 69636e8eed5da4393d6c4445835bd811faa246aa (patch) | |
tree | c235427355b3ec296775cf60de8349076fca62c2 /www/index.html | |
parent | d1b79c223f072a3d620b66fe76fa28f8f05b805d (diff) |
rivendell.js functions: add remove copy move cut, copy audio
jingle toggleActive and add .aac to acceptedFiles.
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/index.html b/www/index.html index 41fb293..084a183 100644 --- a/www/index.html +++ b/www/index.html @@ -19,8 +19,8 @@ <script src="/javascript/twitter-bootstrap/js/bootstrap.min.js"></script> <script src="/javascript/twitter-bootstrap/js/bootstrap-alert.min.js"></script> <script src="/javascript/twitter-bootstrap/js/bootstrap-modal.min.js"></script> - <script src="/js/dropzone.js"></script> - <script src="/js/rivendell.js"></script> + <script src="/js/dropzone.js"></script> + <script src="/js/rivendell.js"></script> <script src="/js/utils.js"></script> <script src="/js/clock.js"></script> <script src="/js/auth.js"></script> |