mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-17 14:19:05 +08:00
Merge pull request #4655 from aignatov-bio/ai-sci-7472-fix-tooltip-for-clear-reminders
Fix tooltip for clear reminders [SCI-7472]
This commit is contained in:
commit
ecde2fae0d
1 changed files with 1 additions and 0 deletions
|
|
@ -842,6 +842,7 @@ var RepositoryDatatable = (function(global) {
|
||||||
success: function() {
|
success: function() {
|
||||||
$('#hideRepositoryReminders').remove();
|
$('#hideRepositoryReminders').remove();
|
||||||
TABLE.ajax.reload();
|
TABLE.ajax.reload();
|
||||||
|
$('.tooltip').remove();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue