Remove tooltip when disconnecting token

pull/350/head
Vincent Petry 10 years ago
parent cc2aec11af
commit 9524115c2c
  1. 2
      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'));

Loading…
Cancel
Save