Repository: incubator-juneau-website
Updated Branches:
  refs/heads/asf-site e5746eb2d -> a1e61b13d


New about page.

Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/commit/a1e61b13
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/a1e61b13
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/a1e61b13

Branch: refs/heads/asf-site
Commit: a1e61b13d88685baa30aa718c0eda62e4c8c30b7
Parents: e5746eb
Author: JamesBognar <[email protected]>
Authored: Wed Aug 30 10:58:38 2017 -0400
Committer: JamesBognar <[email protected]>
Committed: Wed Aug 30 10:58:38 2017 -0400

----------------------------------------------------------------------
 content/index2.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/a1e61b13/content/index2.html
----------------------------------------------------------------------
diff --git a/content/index2.html b/content/index2.html
index 282a800..f3324f7 100644
--- a/content/index2.html
+++ b/content/index2.html
@@ -99,7 +99,7 @@
                window.onload = function() {
                        var hash = window.location.hash;
                        if (hash == null || hash.length == 0) {
-                               hash = "#about.html";
+                               hash = "#about2.html";
                        }
                        var id = hash.substring(1, hash.length - 5);
                        document.getElementById(id).click();   

Reply via email to