mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-07 05:03:26 +08:00
Add jquery to sing_in_halt layout [SCI-7932] (#4979)
This commit is contained in:
parent
2f25e7ef7c
commit
46a1c1b7d3
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
html, body { height: 100%; min-height: 100%; }
|
||||
</style>
|
||||
<%= stylesheet_link_tag 'application', media: 'all' %>
|
||||
<%= javascript_include_tag 'jquery_bundle' %>
|
||||
<%= javascript_include_tag 'application' %>
|
||||
|
||||
<%= favicon_link_tag "favicon.ico" %>
|
||||
|
|
Loading…
Reference in a new issue