Commit 739a1dec by Kálmán Viktor

dashboard: fix for screen staying black because of vm create modal

parent 2eb8e72b
......@@ -181,7 +181,7 @@ function vmCreateLoaded() {
window.location.replace(data.redirect + '#activity');
}
else {
$('#vm-create-modal').remove();
var r = $('#vm-create-modal'); r.next('div').remove(); r.remove();
$('body').append(data);
vmCreateLoaded();
addSliderMiscs();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment