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
itminedu
synnefo
Commits
fbbd2ad9
Commit
fbbd2ad9
authored
Apr 15, 2011
by
Christodoulos Psaltis
Browse files
Remove event on clicking show-group used for bebugging
parent
751bd22c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui/templates/standard.html
View file @
fbbd2ad9
...
...
@@ -61,14 +61,6 @@ $("a.show-metadata").live('click', function() {
});
// intercept create new metadata entry click
$
(
"
a.show-group
"
).
live
(
'
click
'
,
function
()
{
// get server name and server ID
var
serverID
=
$
(
this
).
parent
().
parent
().
attr
(
"
id
"
);
var
serverName
=
$
(
this
).
parent
().
prevAll
(
"
a.name
"
).
find
(
"
span.name
"
).
text
();
addMetadata
(
serverID
,
serverName
);
});
// intercept reboot click
$
(
"
div.actions a.action-reboot
"
).
live
(
'
click
'
,
function
(){
var
serverID
=
$
(
this
).
parent
().
parent
().
attr
(
"
id
"
);
...
...
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