]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove tooltip when disconnecting token
authorVincent Petry <pvince81@owncloud.com>
Thu, 23 Jun 2016 16:30:45 +0000 (18:30 +0200)
committerVincent Petry <pvince81@owncloud.com>
Thu, 23 Jun 2016 16:30:45 +0000 (18:30 +0200)
settings/js/authtoken_view.js

index da5861689a0d6a9ff75bec7d6e0814ff0a6a4c43..61ca2f947451c1c5b1c4956ca93e5711d012d674 100644 (file)
 
                        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'));