disable mobile js for now

This commit is contained in:
r888888888
2014-08-20 16:52:35 -07:00
parent 81c5c15758
commit 432ffc8597
3 changed files with 1 additions and 9 deletions

View File

@@ -1,7 +0,0 @@
//= require jquery-1.10.1.min.js
//= require hammer.min.js
//= require jquery.hammer.min.js
$(function() {
$(document).hammer();
});

View File

@@ -5,7 +5,6 @@
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<%= csrf_meta_tag %>
<%= stylesheet_link_tag "mobile", :media => "screen" %>
<%= javascript_include_tag "mobile" %>
<%= Danbooru.config.custom_html_header_content %>
<%= yield :html_header %>
</head>

View File

@@ -4,7 +4,7 @@ module Danbooru
class Configuration
# The version of this Danbooru.
def version
"2.57.0"
"2.58.0"
end
# The name of this Danbooru.