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

index 5a335ca..df41d12 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='https://maps.googleapis.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.. -->
@@ -72,4 +72,8 @@
 
     </script>
   </body>
-</html>
\ No newline at end of file
+</html>
+
+
+<script async defer
+        src="https://maps.googleapis.com/maps/api/js?&signed_in=true&callback=initMap"></script>
\ No newline at end of file