diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-04-04 11:13:58 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-04-04 11:13:58 +0200 |
commit | 01d356ce4aa89f13ed1de3347f3fa1af45f5920f (patch) | |
tree | 8246ed5f08c682fc26dd36b5b6f70a0b05e2e147 /templates | |
parent | 2c10a2a39c57f3cf295232bb70727b8537c5c1a7 (diff) |
Use AdapterJS (not adater.js).
Diffstat (limited to 'templates')
-rw-r--r-- | templates/video.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/video.mdwn b/templates/video.mdwn index 9afef3a..195d33a 100644 --- a/templates/video.mdwn +++ b/templates/video.mdwn @@ -13,7 +13,7 @@ title="Sorry, the video formats provided are not supported by your browser." /> </video> <TMPL_IF start> -[[!meta script="/js/lib/adapter.js"]] +[[!meta script="/js/lib/adapterjs.min.js"]] [[!meta script="/js/lib/janus.nojquery.js"]] <script type="text/javascript" src="/js/app/live-video.js"></script> </TMPL_IF></div> |