disable timeline picker

This commit is contained in:
rolux 2012-03-20 15:14:05 +00:00
parent 7bed142dae
commit addb614d4d

View file

@ -71,7 +71,7 @@ pandora.ui.mainMenu = function() {
) },
{ id: 'timelines', title: 'Timelines', items: [
{ group: 'viewtimelines', min: 1, max: 1, items: pandora.site.timelines.map(function(mode) {
return {id: mode.id, title: mode.title, checked: ui.videoTimeline == mode.id};
return {id: mode.id, title: mode.title, checked: ui.videoTimeline == mode.id, disabled: true};
}) }
]},
{ id: 'columns', title: 'Columns', items: [