mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-07 16:09:57 +08:00
Fix tooltip for clear reminders [SCI-7472]
This commit is contained in:
parent
1a700b8359
commit
8ef5a742f6
1 changed files with 1 additions and 0 deletions
|
@ -842,6 +842,7 @@ var RepositoryDatatable = (function(global) {
|
|||
success: function() {
|
||||
$('#hideRepositoryReminders').remove();
|
||||
TABLE.ajax.reload();
|
||||
$('.tooltip').remove();
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue