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:
will 2010-12-14 17:31:45 -08:00
parent 6362f0c163
commit e466905a4d
1 changed files with 2 additions and 0 deletions

View File

@ -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;