mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-03 13:41:12 +08:00
Merge pull request #1234 from ZmagoD/zd_SCI_2581
adds missing js in experiment canvas view [fixes SCI-2581]
This commit is contained in:
commit
de29ab1b11
1 changed files with 3 additions and 0 deletions
|
@ -53,6 +53,9 @@
|
|||
<!-- Manage tags modal -->
|
||||
<%= render partial: "my_modules/modals/manage_module_tags_modal", locals: { my_module: nil } %>
|
||||
|
||||
<!-- Initialize dropdown actions -->
|
||||
<%= javascript_include_tag("experiments/dropdown_actions") %>
|
||||
|
||||
<!-- Include all the neccesary JS libraries -->
|
||||
<%= javascript_include_tag("eventPause-min") %>
|
||||
|
||||
|
|
Loading…
Reference in a new issue