Skip to content

Commit 1764bf0

Browse files
author
Juan Pablo Scaletti
committed
Merged
2 parents 9a28f36 + 91765a9 commit 1764bf0

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

examples/static.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<head>
44
<meta charset="utf-8">
55
<title>GMaps.js &mdash; Static map</title>
6-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
6+
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
77
<script src="http://maps.google.com/maps/api/js?sensor=true"></script>
88
<script src="../gmaps.js"></script>
9-
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.3.0/bootstrap.min.css" />
10-
<link rel="stylesheet" href="examples.css" />
9+
<link href="http://twitter.github.com/bootstrap/1.3.0/bootstrap.min.css" />
10+
<link href="examples.css" />
1111
<script>
1212
$(document).ready(function(){
1313
var url = GMaps.staticMap({

examples/static_markers.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<head>
44
<meta charset="utf-8">
55
<title>GMaps.js &mdash; Static map with markers</title>
6-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
6+
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
77
<script src="http://maps.google.com/maps/api/js?sensor=true"></script>
88
<script src="../gmaps.js"></script>
9-
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.3.0/bootstrap.min.css" />
10-
<link rel="stylesheet" href="examples.css" />
9+
<link href="http://twitter.github.com/bootstrap/1.3.0/bootstrap.min.css" />
10+
<link href="examples.css" />
1111
<script>
1212
$(document).ready(function(){
1313
var url = GMaps.staticMap({

examples/static_polylines.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<head>
44
<meta charset="utf-8">
55
<title>GMaps.js &mdash; Static map with polyline</title>
6-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
6+
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
77
<script src="http://maps.google.com/maps/api/js?sensor=true"></script>
88
<script src="../gmaps.js"></script>
9-
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.3.0/bootstrap.min.css" />
10-
<link rel="stylesheet" href="examples.css" />
9+
<link href="http://twitter.github.com/bootstrap/1.3.0/bootstrap.min.css" />
10+
<link href="examples.css" />
1111
<script>
1212
$(document).ready(function(){
1313
var path = [

0 commit comments

Comments
 (0)