some improvements to handling of @foo map urls
This commit is contained in:
parent
551be76c8b
commit
a4d0ae4067
4 changed files with 22 additions and 6 deletions
|
|
@ -1,5 +1,6 @@
|
|||
// vim: et:ts=4:sw=4:sts=4:ft=javascript
|
||||
pandora.ui.clipPlayer = function() {
|
||||
// FIXME: is clipPlayer the best name for this?
|
||||
var that = Ox.VideoPlayer({
|
||||
controlsBottom: ['play', 'previous', 'next', 'volume'],
|
||||
controlsTop: ['fullscreen', 'scale'],
|
||||
|
|
|
|||
|
|
@ -249,6 +249,8 @@ pandora.ui.navigationView = function(type, videoRatio) {
|
|||
}
|
||||
});
|
||||
}
|
||||
Ox.print('MAP SELECTION', id, data)
|
||||
pandora.UI.set({mapSelection: id ? data.name : ''});
|
||||
}
|
||||
|
||||
function updateStatusbar(items) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue