forked from 0x2620/pandora
remove unused resize code
This commit is contained in:
parent
6fb9aee717
commit
ee5ca8a54e
1 changed files with 0 additions and 14 deletions
|
@ -27,13 +27,6 @@ pandora.ui.documentBrowser = function() {
|
||||||
pandora.$ui.documentFilters.forEach(function(list) {
|
pandora.$ui.documentFilters.forEach(function(list) {
|
||||||
list.size();
|
list.size();
|
||||||
});
|
});
|
||||||
if (pandora.user.ui.listView == 'map') {
|
|
||||||
pandora.$ui.map.resizeMap();
|
|
||||||
} else if (pandora.user.ui.listView == 'calendar') {
|
|
||||||
pandora.$ui.calendar.resizeCalendar();
|
|
||||||
} else if (pandora.user.ui.listView == 'video') {
|
|
||||||
pandora.$ui.list.size();
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
resizeend: function(data) {
|
resizeend: function(data) {
|
||||||
pandora.UI.set({documentFiltersSize: data.size});
|
pandora.UI.set({documentFiltersSize: data.size});
|
||||||
|
@ -57,13 +50,6 @@ pandora.ui.documentBrowser = function() {
|
||||||
});
|
});
|
||||||
pandora.$ui.documentFilters.updateMenus();
|
pandora.$ui.documentFilters.updateMenus();
|
||||||
}
|
}
|
||||||
if (pandora.user.ui.listView == 'map') {
|
|
||||||
pandora.$ui.map.resizeMap();
|
|
||||||
} else if (pandora.user.ui.listView == 'calendar') {
|
|
||||||
pandora.$ui.calendar.resizeCalendar();
|
|
||||||
} else if (pandora.user.ui.listView == 'video') {
|
|
||||||
pandora.$ui.list.size();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue