diff options
Diffstat (limited to 'priv/room.html.eex')
-rw-r--r-- | priv/room.html.eex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/priv/room.html.eex b/priv/room.html.eex index 3b15b74..4a6a5aa 100644 --- a/priv/room.html.eex +++ b/priv/room.html.eex @@ -11,7 +11,7 @@ <meta name="robots" content="noindex, nofollow"> <title>room | mediasync</title> <link rel="stylesheet" href="/static/main.css"> - <link rel="stylesheet" href="/static/video.js/video-js.min.css"> + <link rel="stylesheet" href="/static/vendored/video.js/video-js.min.css"> <style> body { margin: 0; @@ -68,7 +68,7 @@ </video-js> </div> </div> - <script src="/static/video.js/video.min.js"></script> + <script src="/static/vendored/video.js/video.min.js"></script> <script> const WEBSOCKET_URL = location.origin.replace(/^http/, "ws") + "<%= websocket_path %>"; const STATE_ELEMENT_INITIAL_TEXT = "loading..."; |