File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="utf-8 ">
5
5
< title > GMaps.js — 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 >
7
7
< script src ="http://maps.google.com/maps/api/js?sensor=true "> </ script >
8
8
< 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 " />
11
11
< script >
12
12
$ ( document ) . ready ( function ( ) {
13
13
var url = GMaps . staticMap ( {
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="utf-8 ">
5
5
< title > GMaps.js — 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 >
7
7
< script src ="http://maps.google.com/maps/api/js?sensor=true "> </ script >
8
8
< 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 " />
11
11
< script >
12
12
$ ( document ) . ready ( function ( ) {
13
13
var url = GMaps . staticMap ( {
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="utf-8 ">
5
5
< title > GMaps.js — 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 >
7
7
< script src ="http://maps.google.com/maps/api/js?sensor=true "> </ script >
8
8
< 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 " />
11
11
< script >
12
12
$ ( document ) . ready ( function ( ) {
13
13
var path = [
You can’t perform that action at this time.
0 commit comments