enabled/disabled places/events

This commit is contained in:
j 2012-02-02 05:16:32 +00:00
commit c450fd2a0b
4 changed files with 15 additions and 6 deletions

View file

@ -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;
};
};