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
ea681545
Commit
ea681545
authored
Apr 15, 2011
by
Christodoulos Psaltis
Browse files
Remove alerts used for debugging
parent
47940145
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui/templates/machines.html
View file @
ea681545
...
...
@@ -661,8 +661,6 @@ function update_metadata(data) {
meta
=
data
.
metadata
.
values
;
for
(
key
in
meta
)
{
alert
(
key
);
alert
(
meta
[
key
]);
pair
=
$
(
"
ul.meta-template li
"
).
clone
();
pair
.
find
(
"
label
"
).
text
(
key
);
pair
.
find
(
"
p
"
).
text
(
meta
[
key
]);
...
...
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