This commit is contained in:
r888888888
2014-08-18 13:13:49 -07:00
parent 1f4811dcf7
commit 461f3b4a4d
32 changed files with 2 additions and 5 deletions

View File

@@ -6,4 +6,4 @@
//= require jquery.storageapi.js
//= require rails.js
//= require common.js
//= require_tree .
//= require_tree ./default

View File

@@ -1,3 +0,0 @@
# Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://coffeescript.org/

View File

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