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:
Brian Federle 2014-01-28 11:53:39 -08:00
parent 23f3047e7d
commit 25d8e3d7db

View File

@ -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, {