mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Browser UI: Fix broken breadcrumb navigation
Fix breadcrumb navigation becoming stuck when going back a couple levels, due to previous panels not being removed from the DOM
This commit is contained in:
parent
23f3047e7d
commit
25d8e3d7db
@ -205,16 +205,7 @@
|
||||
.addClass('reduced')
|
||||
).removeClass('active maximized');
|
||||
|
||||
$toRemove.css(
|
||||
_panel.initialState($container), {
|
||||
duration: 500,
|
||||
complete: function() {
|
||||
$(this).remove();
|
||||
|
||||
if (complete) complete($toShow);
|
||||
}
|
||||
}
|
||||
);
|
||||
$toRemove.remove();
|
||||
$toShow.show();
|
||||
$panel.css({
|
||||
left: _panel.position($container, {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user