fix error

This commit is contained in:
chiu 2021-09-15 23:46:17 +08:00
parent 3c4c4a68dc
commit de212853e0
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -143,7 +143,7 @@ class AdBannersController < ApplicationController
extra_after_html = ""
if has_jplayer
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
{
"extras" => {