Remove turbolinks:load from the project show page

Also rename Demo project experiment back to PCR.

Closes SCI-3081.
This commit is contained in:
Jure Grabnar 2019-02-22 19:46:42 +01:00
parent f98d6fbd4d
commit b4199b28e4

View file

@ -119,7 +119,6 @@
});
}
$(document).on('turbolinks:load', function() {
// Bind modal to new-experiment action
initializeModal($('#new-experiment'), '#new-experiment-modal');
@ -141,5 +140,4 @@
// init
initEditNoDescription();
});
})();