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 <[email protected]> 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/[email protected]/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/[email protected]/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: [email protected] For additional commands, e-mail: [email protected]
