Move ugoira_player.js into application.js.
Fixes an issue with the ugoira player not working on Safebooru due to
this error:
Asset filtered out and will not be served: add
`Rails.application.config.assets.precompile += %w( ugoira_player.js)`
to `config/initializers/assets.rb` and restart your server
This commit is contained in:
@@ -37,7 +37,6 @@
|
||||
</div>
|
||||
|
||||
<% content_for(:html_header) do %>
|
||||
<%= javascript_include_tag "ugoira_player" %>
|
||||
<script type="text/javascript">
|
||||
Danbooru.Ugoira = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user