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
2d43ff3f
Commit
2d43ff3f
authored
Jul 28, 2014
by
Jonathon Duerig
Browse files
Bug Fix: Timing issue when displaying graph on Apt profile page
parent
f849ce0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/aptui/js/manage_profile.js
View file @
2d43ff3f
...
...
@@ -509,7 +509,9 @@ function (_, sup, filesize, ShowImagingModal,
function
ShowRspecTopo
(
xml
)
{
sup
.
ShowModal
(
"
#quickvm_topomodal
"
);
sup
.
maketopmap
(
"
#showtopo_nopicker
"
,
xml
,
null
);
$
(
'
#quickvm_topomodal
'
).
one
(
'
shown.bs.modal
'
,
function
()
{
sup
.
maketopmap
(
"
#showtopo_nopicker
"
,
xml
,
null
);
});
}
//
...
...
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