move js files from js/pandora to js, fixes #1366
This commit is contained in:
parent
b5eda32bbd
commit
a9b7738aa8
104 changed files with 7 additions and 2 deletions
14
static/js/embedNavigation.js
Normal file
14
static/js/embedNavigation.js
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
'use strict';
|
||||
|
||||
pandora.ui.embedNavigation = function(type) {
|
||||
|
||||
var that = pandora.ui.navigationView(type, pandora.site.video.previewRatio);
|
||||
|
||||
that.resizePanel = function() {
|
||||
pandora.$ui.map.resizeMap();
|
||||
return that;
|
||||
};
|
||||
|
||||
return that;
|
||||
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue