examples/bootstrap/LocationPicker.html
authoredward <edward@roojs.com>
Tue, 13 Oct 2015 10:18:37 +0000 (18:18 +0800)
committeredward <edward@roojs.com>
Tue, 13 Oct 2015 10:18:37 +0000 (18:18 +0800)
examples/bootstrap/LocationPicker.html

index 6be84e6..d131e31 100644 (file)
@@ -12,7 +12,7 @@
     <link rel="stylesheet" href="../../css-bootstrap/select2.css">        
     <link rel="stylesheet" href="../../css-bootstrap/combobox.css">        
         
-    <!--<script type="text/javascript" src='https://maps.googleapis.com/maps/api/js?sensor=false&libraries=places'></script>-->
+    <script type="text/javascript" src='http://maps.google.com/maps/api/js?sensor=false&libraries=places'></script>
     
     <script type="text/javascript" src="../../roojs-core-debug.js"></script>
     <!-- bootstrap js.. needs to compile it later.. -->
             Roo.XComponent.build();
         });
 
-        function initMap()
-        {
-            
-        }
     </script>
   </body>
-</html>
-
-
-<script async defer
-        src="https://maps.googleapis.com/maps/api/js?&signed_in=true&callback=initMap"></script>
\ No newline at end of file
+</html>
\ No newline at end of file