mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-06 03:46:39 +08:00
This reverts commit 36ae7d05f9
.
This commit is contained in:
parent
36ae7d05f9
commit
c4e8e8ed07
1 changed files with 4 additions and 1 deletions
|
@ -15,12 +15,15 @@
|
|||
<% ['handsontable.full.min.js', 'lodash.js', 'numeral.js', 'numeric.js',
|
||||
'md5.js', 'jstat.js', 'formula.js', 'parser.js', 'ruleJS.js',
|
||||
'handsontable.formula.js', 'big.min.js' ].each do |js_asset| %>
|
||||
<%= javascript_tag Rails.application
|
||||
<script type="text/javascript">
|
||||
<%= j Rails.application
|
||||
.assets_manifest
|
||||
.find_sources(js_asset)
|
||||
.first
|
||||
.to_s
|
||||
.force_encoding(Encoding::UTF_8)
|
||||
.html_safe %>
|
||||
</script>
|
||||
<% end %>
|
||||
|
||||
<!-- Init Handsontables -->
|
||||
|
|
Loading…
Add table
Reference in a new issue