history.html
changeset 116 4718e6804c94
parent 112 9e5ba0fefe55
child 117 7ea39721aea7
--- a/history.html	Sat Apr 11 04:27:31 2015 +0100
+++ b/history.html	Sat Apr 11 04:29:37 2015 +0100
@@ -9,26 +9,6 @@
         height: 400px;
       }
     </style>
-    <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=false"></script>
-    <script type="text/javascript">
-      function initialize() {
-        var Latlng = new google.maps.LatLng(32.060255, 118.796877);
-        var map_canvas = document.getElementById('map_canvas');
-        var map_options = {
-          center: Latlng,
-          zoom: 0,
-          mapTypeId: google.maps.MapTypeId.HYBRID
-        }
-        var map = new google.maps.Map(map_canvas, map_options)
-
-        var marker = new google.maps.Marker({
-          position: Latlng,
-          map: map,
-          title: 'Nanjing'
-        });
-      }
-      google.maps.event.addDomListener(window, 'load', initialize);
-    </script>
 <style type="text/css">
   body { font-size: 14px;
          font-family: "trebuchet ms", helvetica, sans-serif; }