forked from 0x2620/pandora
update ui.mapFind with find value, fixes #1694
This commit is contained in:
parent
be92126d22
commit
3536eba87e
1 changed files with 3 additions and 0 deletions
|
@ -152,6 +152,9 @@ pandora.ui.navigationView = function(type, videoRatio) {
|
||||||
zoombar: true
|
zoombar: true
|
||||||
})
|
})
|
||||||
.bindEvent({
|
.bindEvent({
|
||||||
|
find: function(data) {
|
||||||
|
pandora.UI.set({mapFind: data.value});
|
||||||
|
},
|
||||||
resize: function() {
|
resize: function() {
|
||||||
$element.resizeMap();
|
$element.resizeMap();
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue