diff --git a/settings/js/authtoken_view.js b/settings/js/authtoken_view.js index bfafee8243fc02a389f62c8c766f3fa33e6bf7a6..8fc23bd490e60683b9095a628928abe7109156f0 100644 --- a/settings/js/authtoken_view.js +++ b/settings/js/authtoken_view.js @@ -220,6 +220,8 @@ var destroyingToken = token.destroy(); + $row.find('.icon-delete').tooltip('hide'); + var _this = this; $.when(destroyingToken).fail(function() { OC.Notification.showTemporary(t('core', 'Error while deleting the token'));