mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02: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')
|
.addClass('reduced')
|
||||||
).removeClass('active maximized');
|
).removeClass('active maximized');
|
||||||
|
|
||||||
$toRemove.css(
|
$toRemove.remove();
|
||||||
_panel.initialState($container), {
|
|
||||||
duration: 500,
|
|
||||||
complete: function() {
|
|
||||||
$(this).remove();
|
|
||||||
|
|
||||||
if (complete) complete($toShow);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
);
|
|
||||||
$toShow.show();
|
$toShow.show();
|
||||||
$panel.css({
|
$panel.css({
|
||||||
left: _panel.position($container, {
|
left: _panel.position($container, {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user