minor fixes
This commit is contained in:
parent
aafb513492
commit
5f8fe066b9
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ pandora.ui.leftPanel = function() {
|
|||
resize: function(event, data) {
|
||||
Ox.print('LEFT PANEL RESIZE')
|
||||
var infoSize = Math.round(data / pandora.user.infoRatio);
|
||||
pandora.user.ui.sidebarSize = data;
|
||||
pandora.UI.set('sidebarSize', data);
|
||||
if (data < pandora.site.sectionButtonsWidth && pandora.$ui.sectionButtons) {
|
||||
pandora.$ui.sectionButtons.removeElement();
|
||||
delete pandora.$ui.sectionButtons;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue