Skip to content

Commit

Permalink
Add a lib sub directory to the client one
Browse files Browse the repository at this point in the history
  • Loading branch information
tOkeshu committed Jul 27, 2014
1 parent c2edde9 commit 259e728
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions client/room.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
<video id="local-video" muted></video>
<video id="remote-video"></video>

<script type="text/javascript" src="/static/microevent.js"></script>
<script type="text/javascript" src="/static/webrtc-shim.js"></script>
<script type="text/javascript" src="/static/lib/microevent.js"></script>
<script type="text/javascript" src="/static/lib/webrtc-shim.js"></script>
<script type="text/javascript" src="/static/hibuddy_app.js"></script>
<script type="text/javascript" src="/static/toolbar.js"></script>
<script type="text/javascript" src="/static/room.js"></script>
Expand Down

0 comments on commit 259e728

Please sign in to comment.