Update jquery to 1.11.3

master
Daniel Berteaud 10 years ago
parent a32fc78346
commit 0f848f81c0
  1. 10351
      public/js/jquery-1.11.3.js
  2. 2
      templates/default/js_common.html.ep

File diff suppressed because it is too large Load Diff

@ -8,7 +8,7 @@
var roomName; var roomName;
</script> </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'){ 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); push @js, qw(js/simplewebrtc.bundle.js js/jquery.browser.js js/sprintf.js js/FileSaver.js js/jquery.tinytimer.js js/etherpad.js);
} }

Loading…
Cancel
Save