From: Vincent Petry Date: Thu, 23 Jun 2016 16:30:45 +0000 (+0200) Subject: Remove tooltip when disconnecting token X-Git-Tag: v9.1.0RC1~17^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8fef9a197f80af6aa161ef07ba088c154c4372e5;p=nextcloud-server.git Remove tooltip when disconnecting token --- diff --git a/settings/js/authtoken_view.js b/settings/js/authtoken_view.js index da5861689a0..61ca2f94745 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'));