This commit is contained in:
Arjun Patel
2017-10-07 17:54:44 -07:00
parent 15e450d0e0
commit 2d726be9e8
+1 -5
View File
@@ -8,9 +8,5 @@ function directionsURL(inCommand) {
var link = "https://www.google.com/maps/embed/v1/directions?key=AIzaSyCZCgZY7ZlSMk1DW0NEEoHZ9qwdSL4AR1k&origin="+origin+"&destination="+dest
mapsFrame.src = link;
mapsFrame.style.display = "block";
var d = '';
}
$(function() {
$('#search-cont').css({"-webkit-transform":"translate(100px,100px)"});
});