From a9a03ffcc7c76fd7059e25712d9ebc6c32dcd3c8 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Tue, 30 Aug 2016 14:22:30 -0700 Subject: [PATCH] fix invalid jquery include --- app/views/layouts/mobile.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/mobile.html.erb b/app/views/layouts/mobile.html.erb index 09c50688e..eb7cd5ca1 100644 --- a/app/views/layouts/mobile.html.erb +++ b/app/views/layouts/mobile.html.erb @@ -5,7 +5,7 @@ <%= csrf_meta_tag %> <%= stylesheet_link_tag "mobile", :media => "screen" %> - <%= javascript_include_tag "jquery-1.10.1.min.js" %> + <%= javascript_include_tag "jquery-1.11.1.min.js" %> <%= javascript_include_tag "rails.js" %> <%= Danbooru.config.custom_html_header_content %> <%= yield :html_header %>