Skip to content

Commit

Permalink
Dev Fix JavaScript error in map code
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@10730 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Tony Partner committed Aug 15, 2011
1 parent 397badf commit f7e555d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/survey_runtime.js
Expand Up @@ -188,8 +188,9 @@ function resetMap(qID) {
}

// Reverse geocoder
var geocoder = new google.maps.Geocoder();
function geocodeAddress(name, pos) {
var geocoder = new google.maps.Geocoder();

var city = '';
var state = '';
var country = '';
Expand Down

0 comments on commit f7e555d

Please sign in to comment.