Skip to content
GitLab
Menu
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
f06de3f0
Commit
f06de3f0
authored
Sep 22, 2015
by
Leigh B Stoller
Browse files
Kludge up fixes for parameterized profiles for guest users.
parent
56a6aeab
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/aptui/js/ppwizardstart.js
View file @
f06de3f0
...
...
@@ -553,8 +553,12 @@ function(_, sup, JacksEditor, ppmodalString, ppbodyString, chooserString)
* If not a registered user, then continue takes them back.
*/
if
(
!
registered
)
{
sup
.
HideModal
(
'
#ppmodal
'
);
configuredone_callback
(
null
);
// Need this timeout so that the steps container code runs.
setTimeout
(
function
f
()
{
callback
(
true
);
ShowEditor
();
ConfigureDone
();
},
200
);
return
;
}
...
...
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