Adds the jquery libs and uses the local versions (to avoid issues with filtering).

This commit is contained in:
Boris Grozev 2014-08-01 05:02:30 +03:00
parent 943f0d3db1
commit e9374048d0
3 changed files with 15016 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<meta itemprop="name" content="Jitsi Meet"/>
<meta itemprop="description" content="Join a WebRTC video conference powered by the Jitsi Videobridge"/>
<meta itemprop="image" content="/images/jitsilogo.png"/>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script src="libs/jquery.min.js"></script>
<script src="libs/strophe/strophe.jingle.adapter.js?v=1"></script><!-- strophe.jingle bundles -->
<script src="libs/strophe/strophe.jingle.bundle.js?v=8"></script>
<script src="libs/strophe/strophe.jingle.js?v=1"></script>
@ -19,7 +19,7 @@
<script src="libs/strophe/strophe.jingle.session.js?v=1"></script>
<script src="libs/colibri/colibri.focus.js?v=8"></script><!-- colibri focus implementation -->
<script src="libs/colibri/colibri.session.js?v=1"></script>
<script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
<script src="libs/jquery-ui.js"></script>
<script src="libs/tooltip.js?v=1"></script><!-- bootstrap tooltip lib -->
<script src="libs/popover.js?v=1"></script><!-- bootstrap tooltip lib -->
<script src="config.js?v=3"></script><!-- adapt to your needs, i.e. set hosts and bosh path -->

15008
libs/jquery-ui.js vendored Normal file

File diff suppressed because it is too large Load Diff

6
libs/jquery.min.js vendored Normal file

File diff suppressed because one or more lines are too long