Merge pull request #1234 from ZmagoD/zd_SCI_2581

adds missing js in experiment canvas view [fixes SCI-2581]
This commit is contained in:
Luka Murn 2018-07-13 14:54:59 +02:00 committed by GitHub
commit de29ab1b11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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") %>