rename item views ('video' -> 'player', 'timeline' -> 'editor')
This commit is contained in:
parent
9e1294b801
commit
f5f6ff468f
11 changed files with 67 additions and 61 deletions
|
|
@ -228,6 +228,10 @@ appPanel
|
|||
delete pandora.user.ui[key];
|
||||
}
|
||||
});
|
||||
// patch itemView ... this can be removed at a later point
|
||||
if (pandora.user.ui.itemView == 'video') {
|
||||
pandora.user.ui.itemView = 'player';
|
||||
}
|
||||
|
||||
Ox.extend(pandora.site, {
|
||||
calendar: data.site.layers.some(function(layer) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue