You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by su...@apache.org on 2020/12/29 18:34:54 UTC

[incubator-echarts-www] 02/04: fix: remove suspicious code, which cause "Uncaught SyntaxError: Unexpected token '<' " , and the feature of this code in unknown.

This is an automated email from the ASF dual-hosted git repository.

sushuang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-www.git

commit 65740a49a94c6d786f2eee5c9c40a87ba60ee32b
Author: 100pah <su...@gmail.com>
AuthorDate: Wed Dec 30 01:19:48 2020 +0800

    fix: remove suspicious code, which cause  "Uncaught SyntaxError: Unexpected token '<' " , and the feature of this code in unknown.
---
 _jade/en/index.jade | 1 -
 _jade/zh/index.jade | 1 -
 2 files changed, 2 deletions(-)

diff --git a/_jade/en/index.jade b/_jade/en/index.jade
index ffe294e..5361b93 100644
--- a/_jade/en/index.jade
+++ b/_jade/en/index.jade
@@ -170,4 +170,3 @@ block extra_js
         };
     script(src='https://cdn.jsdelivr.net/npm/vanilla-lazyload@12.0.0/dist/lazyload.min.js')
     script(src="#{getAssetUrl(cdnPayRoot, ecWWWLang + '/js/index.js')}")
-    <script async defer src="https://buttons.github.io/buttons.js"></script>
diff --git a/_jade/zh/index.jade b/_jade/zh/index.jade
index f1cfe9c..4293764 100644
--- a/_jade/zh/index.jade
+++ b/_jade/zh/index.jade
@@ -168,4 +168,3 @@ block extra_js
         };
     script(src='https://cdn.jsdelivr.net/npm/vanilla-lazyload@12.0.0/dist/lazyload.min.js')
     script(src='#{cdnPayRoot}/#{ecWWWLang}/js/index.js?_v_=#{homeVersion}')
-    <script async defer src="https://buttons.github.io/buttons.js"></script>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org