* fixed selection of search box

This commit is contained in:
flopp 2012-10-28 16:32:08 +01:00
parent 9b1f1be67d
commit 03f0ea8aac
2 changed files with 10 additions and 4 deletions

View File

@ -152,9 +152,9 @@ if (!navigator.cookieEnabled)
}
var moGeocoder = new google.maps.Geocoder();
var moSearchList = document.getElementById('mapselectlist');
var moSearchList = null;
var maSearchListCoords = new Array();
var moMapSearch = document.getElementById('mapsearch');
var moMapSearch = null;
var moMap = null;
var moInfoWindow = null;
var moMarkerList = new Array();
@ -240,6 +240,9 @@ function mapLoad()
moInfoWindow = new google.maps.InfoWindow();
moSearchList = document.getElementById('mapselectlist');
moMapSearch = document.getElementById('mapsearch');
rqc_initialize(moMap);
tmd_initialize(moMap);

View File

@ -152,9 +152,9 @@ if (!navigator.cookieEnabled)
}
var moGeocoder = new google.maps.Geocoder();
var moSearchList = document.getElementById('mapselectlist');
var moSearchList = null;
var maSearchListCoords = new Array();
var moMapSearch = document.getElementById('mapsearch');
var moMapSearch = null;
var moMap = null;
var moInfoWindow = null;
var moMarkerList = new Array();
@ -240,6 +240,9 @@ function mapLoad()
moInfoWindow = new google.maps.InfoWindow();
moSearchList = document.getElementById('mapselectlist');
moMapSearch = document.getElementById('mapsearch');
rqc_initialize(moMap);
tmd_initialize(moMap);