fix error
This commit is contained in:
parent
3c4c4a68dc
commit
de212853e0
File diff suppressed because one or more lines are too long
|
@ -143,7 +143,7 @@ class AdBannersController < ApplicationController
|
||||||
extra_after_html = ""
|
extra_after_html = ""
|
||||||
if has_jplayer
|
if has_jplayer
|
||||||
extra_before_html = ActionController::Base.helpers.stylesheet_link_tag("ad_banner/jplayer.blue.monday.min.css")
|
extra_before_html = ActionController::Base.helpers.stylesheet_link_tag("ad_banner/jplayer.blue.monday.min.css")
|
||||||
extra_after_html = ActionController::Base.helpers.javascript_include_tag("ad_banner/jquery.jplayer.js")
|
extra_after_html = ActionController::Base.helpers.javascript_include_tag("ad_banner/jquery.jplayer.min.js")
|
||||||
end
|
end
|
||||||
{
|
{
|
||||||
"extras" => {
|
"extras" => {
|
||||||
|
|
Loading…
Reference in New Issue