Fixed sidebar tab toggle hiding plugin items.

The offending code was added in
f52442d0a2, but I don't know why... I
suspect I was trying to fix a bug that's since been otherwise avoided.
Fixes #353.
This commit is contained in:
Oliver Hamlet
2014-12-12 19:53:01 +00:00
parent 3e71509e05
commit 9591a41c0d
-3
View File
@@ -750,9 +750,6 @@ function areSettingsValid() {
function switchSidebarTab(evt) {
if (evt.detail.isSelected) {
document.getElementById(evt.target.selected).parentElement.selected = evt.target.selected;
if (evt.target.selected == 'cardsNav') {
document.getElementById('cardsNav').lastElementChild.updateSize();
}
}
}