Przeglądaj źródła

fix plotly CDN link

wangweimin 2 lat temu
rodzic
commit
8d07dbaf95
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      pywebio/platform/tpl/index.html

+ 1 - 1
pywebio/platform/tpl/index.html

@@ -77,7 +77,7 @@
 
     require.config({
         paths: {
-            'plotly': "https://cdn.plot.ly/plotly-latest.min",
+            'plotly': "https://cdn.plot.ly/plotly-2.12.1.min",
         },
     });