From 6f2e43b65d1e3af670134a7379e5218bd0c2ccc5 Mon Sep 17 00:00:00 2001 From: Chuck Dries <chuck@chuckdries.com> Date: Tue, 14 Feb 2017 03:59:00 -0700 Subject: [PATCH] Whoops forgot about #db --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index cac8f72..133e5d4 100644 --- a/index.html +++ b/index.html @@ -144,7 +144,7 @@ </div> <script> /*why is this so indented?*/ - //x = document.getElementById("db"); + x = document.getElementById("db"); //db is the scroll counter. Why is it called that? //mast = document.getElementById("mast"); //style = window.getComputedStyle(mast); //var color = style.getPropertyValue('color');