forked from 0x2620/pandora
wrap more strings
This commit is contained in:
parent
5905e339e3
commit
e8e4639dce
15 changed files with 61 additions and 64 deletions
|
|
@ -26,7 +26,10 @@ pandora.ui.listDialog = function(section) {
|
|||
} else if (id == 'icon') {
|
||||
return pandora.$ui.listIconPanel = pandora.ui.listIconPanel(listData);
|
||||
} else if (id == 'query') {
|
||||
return pandora.$ui.filterForm = pandora.ui.filterForm(listData)
|
||||
return pandora.$ui.filterForm = pandora.ui.filterForm({
|
||||
mode: 'list',
|
||||
list: listData
|
||||
})
|
||||
.bindEvent({
|
||||
change: function(data) {
|
||||
listData.query = data.query;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue