You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by li...@apache.org on 2020/10/10 02:44:23 UTC

[incubator-dolphinscheduler-website] branch master updated: Update index.html

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

lidongdai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 7f032c4  Update index.html
     new ae09966  Merge pull request #186 from akii006/master
7f032c4 is described below

commit 7f032c4393235b5516877945cc079c340647458d
Author: akii006 <72...@users.noreply.github.com>
AuthorDate: Thu Oct 1 09:39:11 2020 +0530

    Update index.html
---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index e19db54..7784fe8 100644
--- a/index.html
+++ b/index.html
@@ -28,7 +28,7 @@ var _hmt = _hmt || [];
     if (!lang) {
       lang = 'en-us';
     }
-    window.location = window.rootPath + '/' + lang;
+    window.location =window.rootPath + '/' + lang;
   </script>
 </body>
 </html>