Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
fea459c7
Commit
fea459c7
authored
May 04, 2021
by
Francesc Guasch
Browse files
refactor(frontend): removed debug
parent
a0e4daf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/js/ravada.js
View file @
fea459c7
...
...
@@ -523,10 +523,6 @@
if
(
value
)
value
=
1
;
else
value
=
0
;
$scope
.
showmachine
[
field
]
=
value
;
value_show
=
true
;
if
(
!
value
)
{
value_show
=
false
;
}
if
(
$scope
.
pending_request
&&
$scope
.
pending_request
.
status
==
'
done
'
)
{
$scope
.
pending_request
=
undefined
;
}
...
...
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