Difference between revisions of "Widget:GTform"

From Transit.Wiki
m
m
Line 143: Line 143:
 
   ntxg = new google.maps.LatLng(position.coords.latitude, position.coords.longitude);  
 
   ntxg = new google.maps.LatLng(position.coords.latitude, position.coords.longitude);  
 
}
 
}
 +
 +
$(function () {
 +
    $( "#datepicker" ).datepicker();
 +
} );
  
 
       var directions = new google.maps.DirectionsService();
 
       var directions = new google.maps.DirectionsService();

Revision as of 04:45, 24 March 2020