forked from 0x2620/pandora
use 'value', not 'checked'
This commit is contained in:
parent
416307f4ef
commit
cd610436db
7 changed files with 18 additions and 17 deletions
|
|
@ -9,10 +9,11 @@ pandora.ui.findElement = function() {
|
|||
pandora.$ui.findListSelect = Ox.Select({
|
||||
items: [
|
||||
{id: 'all', title: 'Find: All ' + pandora.site.itemName.plural},
|
||||
{id: 'list', title: 'Find: This List', checked: true}
|
||||
{id: 'list', title: 'Find: This List'}
|
||||
],
|
||||
overlap: 'right',
|
||||
type: 'image'
|
||||
type: 'image',
|
||||
value: 'list'
|
||||
})
|
||||
.bindEvent({
|
||||
change: function(data) {
|
||||
|
|
@ -36,7 +37,6 @@ pandora.ui.findElement = function() {
|
|||
[{}, {
|
||||
id: 'advanced',
|
||||
title: 'Find: Advanced',
|
||||
checked: findKey == 'advanced'
|
||||
}]
|
||||
),
|
||||
overlap: 'right',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue