Skip to content

Commit 2c8281e

Browse files
authored
Merge pull request #512 from xvobl/master
Allow running from a non-http source
2 parents 2f23aab + f8e33c4 commit 2c8281e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h1 id="title">Start a room</h1>
3636
<div id="localVolume" class="volume_bar"></div>
3737
</div>
3838
<div id="remotes"></div>
39-
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
39+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
4040
<script src="simplewebrtc.bundle.js"></script>
4141
<script>
4242
// grab the room from the URL

0 commit comments

Comments
 (0)