fix error
This commit is contained in:
parent
647c9bb250
commit
eaa5fdf2ef
|
@ -142,8 +142,8 @@ class AdBannersController < ApplicationController
|
|||
extra_before_html = ""
|
||||
extra_after_html = ""
|
||||
if has_jplayer
|
||||
extra_before_html = ActionController::Base.helpers.stylesheet_link_tag("ad_banner/jplayer.blue.monday.min")
|
||||
extra_after_html = ActionController::Base.helpers.javascript_include_tag("ad_banner/jquery.jplayer")
|
||||
extra_before_html = ActionController::Base.helpers.stylesheet_link_tag("ad_banner/jplayer.blue.monday.min").html_safe
|
||||
extra_after_html = ActionController::Base.helpers.javascript_include_tag("ad_banner/jquery.jplayer").html_safe
|
||||
end
|
||||
{
|
||||
"extras" => {
|
||||
|
|
Loading…
Reference in New Issue