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:
aignatov-bio 2022-11-28 10:15:00 +01:00 committed by GitHub
commit ecde2fae0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -842,6 +842,7 @@ var RepositoryDatatable = (function(global) {
success: function() {
$('#hideRepositoryReminders').remove();
TABLE.ajax.reload();
$('.tooltip').remove();
}
});
});