diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-05-15 13:07:46 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-05-15 13:07:46 +0200 |
commit | c9f8f0281ef518033e2b58e7e9e16d8c45197502 (patch) | |
tree | 394398399fd00cc80b61790efaa034ae177481ce /templates | |
parent | e48f75fbef00e3370c1d4869b5a65c4cda7c245a (diff) |
Use adapter.js (not commercial AdapterJS.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 0a95f55..5c6a6e2 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 live-app> -[[!meta script="/js/lib/adapterjs.min.js"]] +[[!meta script="/js/lib/adapter.min.js"]] [[!meta script="/js/lib/janus.nojquery.js"]] <script type="text/javascript" src="/js/app/<TMPL_VAR live-app>.js"></script> </TMPL_IF></div> |