forked from 0x2620/pandora
Ox.UI -> Ox
This commit is contained in:
parent
1f86fc53b5
commit
2dc987fd22
31 changed files with 76 additions and 76 deletions
|
|
@ -25,7 +25,7 @@ pandora.ui.sortElement = function(isNavigationView) {
|
|||
$sortSelect = Ox.Select({
|
||||
items: items,
|
||||
value: ui[sortKey][0].key,
|
||||
width: !isEmbed && isNavigationView && ui.clipColumns == 1 ? 120 + Ox.UI.SCROLLBAR_SIZE : 144
|
||||
width: !isEmbed && isNavigationView && ui.clipColumns == 1 ? 120 + Ox.SCROLLBAR_SIZE : 144
|
||||
})
|
||||
.bindEvent({
|
||||
change: function(data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue