From 999121f44710151c8ac8a9c0a223e76ed6859ede Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 19 Mar 2015 19:48:53 -0700 Subject: Compile 3/19 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.html') diff --git a/index.html b/index.html index b6cbbbf..3ebba39 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@ about.setAttribute("href", files[which]); about.setAttribute("title", "About the author"); } - window.onload = function () { _about() } + window.onload = function () { _about(); _lozenge() }