Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
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
85d9e586
Commit
85d9e586
authored
Jun 17, 2016
by
Vincent Petry
Committed by
GitHub
Jun 17, 2016
Browse files
Merge pull request #25153 from owncloud/fix-problem-added-in-25023
Changed global variable to local
parents
cc532bb1
2fe67ecc
Changes
1
Hide whitespace changes
Inline
Side-by-side
apps/federation/js/settings-admin.js
View file @
85d9e586
...
...
@@ -60,7 +60,7 @@ $(document).ready(function () {
// remove trusted server from list
$
(
"
#listOfTrustedServers
"
).
on
(
'
click
'
,
'
li > .icon-delete
'
,
function
()
{
var
$this
=
$
(
this
).
parent
();
id
=
$this
.
attr
(
'
id
'
);
var
id
=
$this
.
attr
(
'
id
'
);
$
.
ajax
({
url
:
OC
.
generateUrl
(
'
/apps/federation/trusted-servers/
'
+
id
),
type
:
'
DELETE
'
,
...
...
Write
Preview
Supports
Markdown
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