handle resize
This commit is contained in:
parent
2f108290f0
commit
e24ed24ee5
3 changed files with 4 additions and 4 deletions
|
|
@ -23,6 +23,7 @@ oml.ui.rightPanel = function() {
|
|||
resize: function(data) {
|
||||
that.options({size: data.size});
|
||||
oml.$ui.filtersOuterPanel.updateElement();
|
||||
oml.$ui.list.size();
|
||||
oml.$ui.itemViewPanel.options({size: data.size});
|
||||
},
|
||||
oml_item: function(data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue