disable mobile js for now
This commit is contained in:
@@ -1,7 +0,0 @@
|
|||||||
//= require jquery-1.10.1.min.js
|
|
||||||
//= require hammer.min.js
|
|
||||||
//= require jquery.hammer.min.js
|
|
||||||
|
|
||||||
$(function() {
|
|
||||||
$(document).hammer();
|
|
||||||
});
|
|
||||||
@@ -5,7 +5,6 @@
|
|||||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
||||||
<%= csrf_meta_tag %>
|
<%= csrf_meta_tag %>
|
||||||
<%= stylesheet_link_tag "mobile", :media => "screen" %>
|
<%= stylesheet_link_tag "mobile", :media => "screen" %>
|
||||||
<%= javascript_include_tag "mobile" %>
|
|
||||||
<%= Danbooru.config.custom_html_header_content %>
|
<%= Danbooru.config.custom_html_header_content %>
|
||||||
<%= yield :html_header %>
|
<%= yield :html_header %>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ module Danbooru
|
|||||||
class Configuration
|
class Configuration
|
||||||
# The version of this Danbooru.
|
# The version of this Danbooru.
|
||||||
def version
|
def version
|
||||||
"2.57.0"
|
"2.58.0"
|
||||||
end
|
end
|
||||||
|
|
||||||
# The name of this Danbooru.
|
# The name of this Danbooru.
|
||||||
|
|||||||
Reference in New Issue
Block a user