Kaynağa Gözat

cmd/ursrv: Attempt to fix js failure to load (#6747)

Following what was said in:

https://support.google.com/maps/thread/44057943?hl=en
Audrius Butkevicius 5 yıl önce
ebeveyn
işleme
36e6f8b082
1 değiştirilmiş dosya ile 6 ekleme ve 6 silme
  1. 6 6
      cmd/ursrv/static/index.html

+ 6 - 6
cmd/ursrv/static/index.html

@@ -40,13 +40,13 @@ found in the LICENSE file.
     }
   </style>
   <script type="text/javascript"
-          src="https://www.google.com/jsapi?autoload={
-            'modules':[{
-              'name':'visualization',
-              'version':'1',
-              'packages':['corechart']
+          src='https://www.google.com/jsapi?autoload={
+            "modules":[{
+              "name":"visualization",
+              "version":"1",
+              "packages":["corechart"]
             }]
-          }"></script>
+          }'></script>
 
   <script type="text/javascript">
     google.setOnLoadCallback(drawVersionChart);