mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 20:24:43 +08:00
401a32edd9
* Implement failed snapshot pop-up on task screen [SCI-6612] * Copy change [SCI-6612] * Proper handling of snapshot transition error [SCI-6612] * Move modal auto open logic to JS file [SCI-6612] * Remove unnecessary .html_safe [SCI-6612]
3 lines
90 B
JavaScript
3 lines
90 B
JavaScript
$(document).on('turbolinks:load', function() {
|
|
$('.modal-auto-open').modal('show');
|
|
});
|