diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/video.mdwn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/video.mdwn b/templates/video.mdwn index 0b914b1..c19ef97 100644 --- a/templates/video.mdwn +++ b/templates/video.mdwn @@ -7,7 +7,10 @@ </TMPL_UNLESS><img src="//media.couchdesign.dk/<TMPL_VAR stem>.jpg" width="<TMPL_VAR width>" height="<TMPL_VAR height>" title="Sorry, the video formats provided are not supported by your browser." /> </video> -<TMPL_ELSE><TMPL_IF start><div id="counter" class="well"></div></TMPL_IF> +<TMPL_ELSE><TMPL_IF start><div id="counter" class="well"></div> +[[!meta script="/js/lib/countdown.js"]] +<script type="text/javascript" src="/js/app/counter.js"></script> +</TMPL_IF> <video <TMPL_IF name>id="<TMPL_VAR name>"</TMPL_IF> playsinline autoplay muted controls /> [[!meta script="/js/lib/janus.nojquery.js"]] <script type="text/javascript" src="/js/app/live-video.js"></script> |