mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-09 05:37:36 +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() {
|
success: function() {
|
||||||
$('#hideRepositoryReminders').remove();
|
$('#hideRepositoryReminders').remove();
|
||||||
TABLE.ajax.reload();
|
TABLE.ajax.reload();
|
||||||
|
$('.tooltip').remove();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue