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
e9050ff9
Commit
e9050ff9
authored
Jan 30, 2014
by
Leigh B Stoller
Browse files
Minor fix.
parent
8c8ab46e
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/aptui/js/main.js
View file @
e9050ff9
...
...
@@ -144,7 +144,7 @@ function ($, sup)
event
.
preventDefault
();
sup
.
LoginByModal
();
});
$
(
'
#logout
_
button
'
).
click
(
function
(
event
)
{
$
(
'
#logoutbutton
'
).
click
(
function
(
event
)
{
event
.
preventDefault
();
sup
.
Logout
();
});
...
...
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