From 8fef9a197f80af6aa161ef07ba088c154c4372e5 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Thu, 23 Jun 2016 18:30:45 +0200 Subject: [PATCH] Remove tooltip when disconnecting token --- settings/js/authtoken_view.js | 2 ++ 1 file changed, 2 insertions(+) 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')); -- 2.39.5