some bit shuffling that seems to make item views return to lists views with proper selection

This commit is contained in:
rolux 2011-08-17 09:29:42 +00:00
commit 3b00b384f2
8 changed files with 28 additions and 19 deletions

View file

@ -162,8 +162,6 @@ Ox.load('Geo', function() {
height: pandora.$ui.contentPanel.size(1),
width: pandora.$ui.document.width() - pandora.$ui.mainPanel.size(0) - 1
});
//pandora.user.ui.itemView == 'frames' && pandora.$ui.item.resize();
//pandora.user.ui.itemView == 'posters' && pandora.$ui.item.resize();
}
}