mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-20 14:31:30 +08:00
Remove turbolinks:load from the project show page
Also rename Demo project experiment back to PCR. Closes SCI-3081.
This commit is contained in:
parent
f98d6fbd4d
commit
b4199b28e4
1 changed files with 17 additions and 19 deletions
|
@ -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();
|
||||
});
|
||||
})();
|
||||
|
|
Loading…
Reference in a new issue