diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-10-20 15:13:08 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-10-20 15:13:08 +0200 |
| commit | 30f998b3818428bdeab617e0f7d02b7975f7f244 (patch) | |
| tree | d4bdb90090d81944e77b975a7687af7abb5ecaa1 /frontend/templates/room.html | |
| parent | 849ebd28a2388e3257cb360a4609d3e9dfc77dc0 (diff) | |
load yt/sc js api, modify youtube.js to use iframe api
Diffstat (limited to 'frontend/templates/room.html')
| -rwxr-xr-x | frontend/templates/room.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/templates/room.html b/frontend/templates/room.html index 85ee451..7bdbcc5 100755 --- a/frontend/templates/room.html +++ b/frontend/templates/room.html @@ -196,6 +196,8 @@ <section id="msg"></section> </body> +<script type="text/javascript" src="https://www.youtube.com/player_api"></script> +<script type="text/javascript" src="https://w.soundcloud.com/player/api.js"></script> <script type="text/javascript">if (navigator.userAgent.indexOf("MSIE") !== -1) { document.getElementById("lunacy").style.display="block" }</script> <script type="text/javascript"> serverHost = "{{ SERVER_HOST }}" |
