Update t jquery to 1.11.2

master
Daniel Berteaud 10 years ago
parent b81bd7873a
commit 19af94e58a
  1. 10346
      public/js/jquery-1.11.2.js
  2. 4
      public/js/jquery-1.11.2.min.js
  3. 2
      templates/default/js_common.html.ep

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

@ -4,7 +4,7 @@
var api_key = '<%= ($self->session('key')) ? $self->session('key') : '' %>';
var roomName;
</script>
<% foreach my $js (qw(jquery-1.11.1.min.js bootstrap.min.js notify-combined.min.js bootstrap-switch.min.js jquery.bootpag.min.js vroom.js)){
<% foreach my $js (qw(jquery-1.11.2.min.js bootstrap.min.js notify-combined.min.js bootstrap-switch.min.js jquery.bootpag.min.js vroom.js)){
%>
<script type="text/javascript" src="<%= $self->get_url('/') %><%= $self->get_mtime("public/js/$js") %>/js/<%= $js %>"></script>
<% } %>

Loading…
Cancel
Save