mirror of https://github.com/apache/cloudstack.git
UI: Browser widget fix
Fix elems.undefined error, which happens when destroyed panel continues to animate. -- This happened particularly in the domain section, when clicking to/from another section while the details panel was sliding in.
This commit is contained in:
parent
1fc72b3c56
commit
94dea8aadb
|
|
@ -369,6 +369,7 @@
|
|||
* Clear all panels
|
||||
*/
|
||||
removeAllPanels: function(args) {
|
||||
$('div.panel').stop(); // Prevent destroyed panels from animating
|
||||
this.element.find('div.panel').remove();
|
||||
$('#breadcrumbs').find('ul li').remove();
|
||||
$('#breadcrumbs').find('ul div.end').remove();
|
||||
|
|
|
|||
Loading…
Reference in New Issue