some improvements to handling of @foo map urls

This commit is contained in:
rolux 2011-10-08 09:57:02 +00:00
commit a4d0ae4067
4 changed files with 22 additions and 6 deletions

View file

@ -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'],

View file

@ -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) {