Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
8fef9a19
Unverified
Commit
8fef9a19
authored
Jun 23, 2016
by
Vincent Petry
Browse files
Remove tooltip when disconnecting token
parent
cc2aec11
Changes
1
Hide whitespace changes
Inline
Side-by-side
settings/js/authtoken_view.js
View file @
8fef9a19
...
...
@@ -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
'
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment