Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
ef51d861
Commit
ef51d861
authored
Feb 27, 2017
by
Leigh B Stoller
Browse files
Minor fix.
parent
e0c9477d
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/aptui/manage_profile.ajax
View file @
ef51d861
...
...
@@ -159,7 +159,7 @@ function Do_DeleteProfile()
}
}
# Mere users do not see new path.
if
(
!
(
$this_user
->
admin
()
||
$this_user
_
stud
()))
{
if
(
!
(
$this_user
->
admin
()
||
$this_user
->
stud
()))
{
$opt
.
=
"-m "
;
}
$webtask
=
WebTask
::
CreateAnonymous
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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