Skip to content

Commit

Permalink
Added v=3 parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
RRUZ committed Oct 19, 2015
1 parent 918de15 commit d708600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Google/Maps/Google Maps ClickEvent/uMain.pas
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ implementation
'<html> '+
'<head> '+
'<meta name="viewport" content="initial-scale=1.0, user-scalable=yes" /> '+
'<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false&language=en"></script> '+
'<script type="text/javascript" src="http://maps.google.com/maps/api/js?v=3&sensor=false&language=en"></script> '+
//'<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script> '+
'<script type="text/javascript"> '+
''+
Expand Down
2 changes: 1 addition & 1 deletion Google/Maps/Google Maps Styles/fMain.pas
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ implementation
'<html> '+
'<head> '+
'<meta name="viewport" content="initial-scale=1.0, user-scalable=yes" /> '+
'<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=true"></script> '+
'<script type="text/javascript" src="http://maps.google.com/maps/api/js?v=3&sensor=true"></script> '+
'<script type="text/javascript"> '+
''+
''+
Expand Down

0 comments on commit d708600

Please sign in to comment.