forked from 0x2620/pandora
list might not exist
This commit is contained in:
parent
345195e959
commit
f65336c28d
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ pandora.ui.mainPanel = function() {
|
|||
if (['clips', 'clip'].indexOf(ui.listView) > -1) {
|
||||
pandora.$ui.list.options({find: ui.itemFind});
|
||||
}
|
||||
pandora.$ui.list.reloadList();
|
||||
pandora.$ui.list && pandora.$ui.list.reloadList();
|
||||
}
|
||||
// FIXME: why is this being handled _here_?
|
||||
ui._filterState.forEach(function(data, i) {
|
||||
|
|
Loading…
Reference in a new issue