restore
This commit is contained in:
parent
eaa5fdf2ef
commit
854685dd36
|
@ -142,8 +142,8 @@ class AdBannersController < ApplicationController
|
||||||
extra_before_html = ""
|
extra_before_html = ""
|
||||||
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").html_safe
|
extra_before_html = "<link href=\"/assets/ad_banner/jplayer.blue.monday.min.css\" rel=\"stylesheet\">"
|
||||||
extra_after_html = ActionController::Base.helpers.javascript_include_tag("ad_banner/jquery.jplayer").html_safe
|
extra_after_html = "<script src=\"/assets/ad_banner/jquery.jplayer.min.js\"></script>"
|
||||||
end
|
end
|
||||||
{
|
{
|
||||||
"extras" => {
|
"extras" => {
|
||||||
|
|
Loading…
Reference in New Issue