mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 18:21:04 +08:00
9937d1d913
* Add print feature to protocols [SCI-6028] * Close tab after closing print dialog [SCI-6028] * CSS linter fixes [SCI-6028]
3 lines
110 B
JavaScript
3 lines
110 B
JavaScript
$(document).on('submit', '#print-protocol-form', function() {
|
|
$('#print-protocol-modal').modal('hide');
|
|
});
|