Update jquery to 1.11.3

This commit is contained in:
Daniel Berteaud 2015-06-16 19:23:13 +02:00
parent a32fc78346
commit 0f848f81c0
2 changed files with 10352 additions and 1 deletions

10351
public/js/jquery-1.11.3.js vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@
var roomName;
</script>
<%
my @js = qw(js/jquery-1.11.2.js js/bootstrap.js js/notify-combined.js js/bootstrap-switch.js js/jquery.bootpag.js js/toc.js js/vroom.js);
my @js = qw(js/jquery-1.11.3.js js/bootstrap.js js/notify-combined.js js/bootstrap-switch.js js/jquery.bootpag.js js/toc.js js/vroom.js);
if (stash('page') && stash('page') eq 'room'){
push @js, qw(js/simplewebrtc.bundle.js js/jquery.browser.js js/sprintf.js js/FileSaver.js js/jquery.tinytimer.js js/etherpad.js);
}