mirror of https://github.com/apache/cloudstack.git
bug 7271: Fixed an issue where async query commands continue to execute even after leaving the current page context. This results in some weird UI behavior such as duplication or even items being added to the wrong pages.
This commit is contained in:
parent
6362f0c163
commit
e466905a4d
|
|
@ -637,6 +637,8 @@ function selectLeftSubMenu($menuToSelect) {
|
|||
$menuToSelect.addClass("selected");
|
||||
$selectedSubMenu = $menuToSelect;
|
||||
}
|
||||
// Every time you click on a different menu item, we should stop all previous async job queries
|
||||
$("body").stopTime();
|
||||
}
|
||||
|
||||
var selected_midmenu_id = null;
|
||||
|
|
|
|||
Loading…
Reference in New Issue