enabled/disabled places/events
This commit is contained in:
parent
99b3c7ed38
commit
c450fd2a0b
4 changed files with 15 additions and 6 deletions
|
|
@ -154,7 +154,9 @@ pandora.ui.navigationView = function(type, videoRatio) {
|
|||
operator: '&'
|
||||
},
|
||||
keys: ['id', 'name', 'start', 'end'],
|
||||
query: {},
|
||||
query: {
|
||||
conditions: [{key: 'start', value: '', operator: '!='}]
|
||||
},
|
||||
range: [0, 1000000]
|
||||
}, function(result) {
|
||||
that.replaceElement(0,
|
||||
|
|
@ -239,4 +241,4 @@ pandora.ui.navigationView = function(type, videoRatio) {
|
|||
|
||||
return that;
|
||||
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue