mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-31 20:19:05 +08:00
Add helper for inline JS code (#1916)
This commit is contained in:
parent
28ba03b27c
commit
ac7970209c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
'md5.js', 'jstat.js', 'formula.js', 'parser.js', 'ruleJS.js',
|
||||
'handsontable.formula.js', 'big.min.js' ].each do |js_asset| %>
|
||||
<script type="text/javascript">
|
||||
<%= Rails.application
|
||||
<%= j Rails.application
|
||||
.assets_manifest
|
||||
.find_sources(js_asset)
|
||||
.first
|
||||
|
|
Loading…
Reference in a new issue