You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2017/08/30 14:58:41 UTC

incubator-juneau-website git commit: New about page.

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 <ja...@apache.org>
Authored: Wed Aug 30 10:58:38 2017 -0400
Committer: JamesBognar <ja...@apache.org>
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();