mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 19:51:01 +08:00
Fix multiple saving bug for repository filters [SCI-6523] (#3890)
This commit is contained in:
parent
d6c7305dfe
commit
c097b321a7
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@
|
|||
.val($modal.data('repositoryTableFilterName'));
|
||||
});
|
||||
|
||||
$(document).on('click', '#saveRepositoryTableFilterButton', function() {
|
||||
$('#saveRepositoryTableFilterButton').on('click', function() {
|
||||
var $modal = $('#modalSaveRepositoryTableFilter');
|
||||
var $button = $(this);
|
||||
var url = $modal.data().saveUrl;
|
||||
|
|
Loading…
Reference in a new issue