Skip to content

Commit c73bd25

Browse files
update gmap static; removed console.log
1 parent c22909f commit c73bd25

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cache.manifest-dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CACHE MANIFEST
22
# version {VERSION}
33

44
# gogole maps files
5-
http://maps.gstatic.com/cat_js/maps-api-v3/api/js/17/19/%7Bmain,common,controls,ga,geometry,infowindow,kml,map,marker,onion,overlay,poly,stats,util,weather,weather_impl%7D.js
5+
http://maps.gstatic.com/cat_js/maps-api-v3/api/js/17/21/%7Bmain,common,controls,ga,geometry,infowindow,kml,map,marker,onion,overlay,poly,stats,util,weather,weather_impl%7D.js
66
http://fonts.googleapis.com/css?family=Roboto:300,400,500,700
77
http://maps.gstatic.com/mapfiles/undo_poly.png
88
http://maps.gstatic.com/mapfiles/mv/imgs8.png

js/app.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ var wvar = {
7676

7777
function load_hash(no_refresh) {
7878
no_refresh = (no_refresh === null);
79-
console.log("hash load");
8079
var hash = window.location.hash.slice(2);
8180

8281
if(hash === "") return;

0 commit comments

Comments
 (0)