Commit 30607758a342f0719fc3d936d84a0e4df3bd11b3

Authored by Karpikau Andrei
1 parent be5e0819

change kanjai version

@@ -196,10 +196,10 @@ module Kanjai @@ -196,10 +196,10 @@ module Kanjai
196 end 196 end
197 end 197 end
198 198
199 - unless request.format.html? 199 + #unless request.format.html?
200 css_path = "#{$scheme}#{ADMIN_CONFIG['domain_name']}#{ActionController::Base.helpers.asset_path('kanjai/pdf.css')}" 200 css_path = "#{$scheme}#{ADMIN_CONFIG['domain_name']}#{ActionController::Base.helpers.asset_path('kanjai/pdf.css')}"
201 layer.gsub!(/<\/head>/, '<link rel="stylesheet" href="'+ css_path +'"></head>') 201 layer.gsub!(/<\/head>/, '<link rel="stylesheet" href="'+ css_path +'"></head>')
202 - end 202 + #end
203 203
204 return layer 204 return layer
205 205
1 module Kanjai 1 module Kanjai
2 - VERSION = "0.0.93" 2 + VERSION = "0.0.94"
3 end 3 end