You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2020/11/10 17:38:57 UTC

[incubator-echarts-www] branch master updated: Revert "fix examples next resource url"

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a8505c2  Revert "fix examples next resource url"
a8505c2 is described below

commit a8505c2c256ce886ff5b97e7b2a5de67d121dc09
Author: pissang <bm...@gmail.com>
AuthorDate: Wed Nov 11 01:32:48 2020 +0800

    Revert "fix examples next resource url"
    
    This reverts commit 9192a255c2d708c803573cd19e5762791fc84587.
---
 _jade/layouts/next-example.jade | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/_jade/layouts/next-example.jade b/_jade/layouts/next-example.jade
index 22cb3a3..8f6ebd4 100644
--- a/_jade/layouts/next-example.jade
+++ b/_jade/layouts/next-example.jade
@@ -8,7 +8,7 @@ block extra_head
             overflow-x: hidden;
         }
     link(rel="stylesheet", href="#{cdnThirdParty.elementUICSS}")
-    link(rel="stylesheet", href="#{cdnPayRoot}/next/examples/#{ecWWWLang}/css/example-bundle.css?_v_=#{homeVersion}")
+    link(rel="stylesheet", href="#{cdnPayRoot}/next/examples/css/example-bundle.css?_v_=#{homeVersion}")
 
 block content
 
@@ -26,7 +26,7 @@ block content
 block extra_js
     script(src="#{cdnThirdParty.vueJS}")
     script(src="#{cdnThirdParty.elementUIJS}")
-    script(src="#{cdnPayRoot}/next/examples/#{ecWWWLang}/js/example-bundle.js?_v_=#{homeVersion}")
+    script(src="#{cdnPayRoot}/next/examples/js/example-bundle.js?_v_=#{homeVersion}")
     script(type="text/javascript").
         window.EC_WWW_CDN_PAY_ROOT = '#{cdnPayRoot}';
 


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