Skip to content

Commit fb5caab

Browse files
updated cache file, for gmaps v3.16
1 parent f0403ba commit fb5caab

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

cache.manifest-dev

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@ CACHE MANIFEST
22
# version {VERSION}
33

44
# gogole maps files
5-
http://maps.google.com/maps/api/js?v=3.10&sensor=false&libraries=weather&language=en_us&key=AIzaSyCOqkcNey4CCyG4X0X5qxHAhCgD8g5DwXg
6-
http://maps.gstatic.com/cat_js/intl/en_us/mapfiles/api-3/15/19/%7Bmain,weather%7D.js
7-
http://maps.gstatic.com/cat_js/intl/en_us/mapfiles/api-3/15/19/%7Bcommon,map,util,geometry,poly,overlay%7D.js
8-
http://maps.gstatic.com/cat_js/intl/en_us/mapfiles/api-3/15/19/%7Bmarker%7D.js
9-
http://maps.gstatic.com/cat_js/intl/en_us/mapfiles/api-3/15/19/%7Bonion%7D.js
10-
http://maps.gstatic.com/cat_js/intl/en_us/mapfiles/api-3/15/19/%7Bcontrols,stats%7D.js
11-
http://maps.gstatic.com/cat_js/intl/en_us/mapfiles/api-3/15/19/%7Bstats%7D.js
12-
http://maps.gstatic.com/cat_js/intl/en_us/mapfiles/api-3/15/19/%7Bcontrols%7D.js
5+
http://maps.google.com/maps/api/js?v=3.16&sensor=false&libraries=weather&language=en_us&key=AIzaSyCOqkcNey4CCyG4X0X5qxHAhCgD8g5DwXg
6+
http://maps.gstatic.com/cat_js/intl/en_us/mapfiles/api-3/16/14/%7Bmain,weather%7D.js
7+
http://maps.gstatic.com/cat_js/intl/en_us/mapfiles/api-3/16/14/%7Bcommon,map%7D.js
8+
http://maps.gstatic.com/cat_js/intl/en_us/mapfiles/api-3/16/14/%7Butil,onion,geometry,poly,overlay,weather_impl%7D.js
9+
http://maps.gstatic.com/cat_js/intl/en_us/mapfiles/api-3/16/14/%7Bonion,geometry,poly,overlay,weather_impl%7D.js
10+
http://maps.gstatic.com/cat_js/intl/en_us/mapfiles/api-3/16/14/%7Bcontrols,stats%7D.js
11+
http://maps.gstatic.com/cat_js/intl/en_us/mapfiles/api-3/16/14/%7Butil,marker%7D.js
12+
http://maps.gstatic.com/cat_js/intl/en_us/mapfiles/api-3/16/14/%7Binfowindow%7D.js
13+
http://maps.gstatic.com/cat_js/intl/en_us/mapfiles/api-3/16/14/%7Bmarker%7D.js
14+
http://fonts.googleapis.com/css?family=Roboto:300,400,500,700
1315
http://maps.gstatic.com/mapfiles/undo_poly.png
1416
http://maps.gstatic.com/mapfiles/mv/imgs8.png
1517
http://maps.gstatic.com/mapfiles/transparent.png

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ <h2>Chase car mode</h2>
274274
</div>
275275
</div>
276276
</div>
277-
<script src="http://maps.google.com/maps/api/js?v=3.10&sensor=false&libraries=weather&language=en_us&key=AIzaSyCOqkcNey4CCyG4X0X5qxHAhCgD8g5DwXg" type="text/javascript"></script>
277+
<script src="http://maps.google.com/maps/api/js?v=3.16&sensor=false&libraries=weather&language=en_us&key=AIzaSyCOqkcNey4CCyG4X0X5qxHAhCgD8g5DwXg" type="text/javascript"></script>
278278
<script type="text/javascript" language="javascript" src="js/mobile.js"></script>
279279
<!--
280280
<script type="text/javascript" language="javascript" src="js/jquery-1.8.3-min.js"></script>

0 commit comments

Comments
 (0)