From e82356677328de32056ef3e755b05881177e38ba Mon Sep 17 00:00:00 2001 From: ksjdragon Date: Sat, 16 Apr 2016 16:23:02 -0400 Subject: [PATCH] minor fixes --- atoms/index.css | 4 ---- atoms/js/main.js | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/atoms/index.css b/atoms/index.css index 8a76716..5885d62 100644 --- a/atoms/index.css +++ b/atoms/index.css @@ -69,10 +69,6 @@ img { font-size: 150%; } -/*p[title] { - background-color: red; -}*/ - .option { position: relative; display: inline-block; diff --git a/atoms/js/main.js b/atoms/js/main.js index 445c8c3..130bb0f 100644 --- a/atoms/js/main.js +++ b/atoms/js/main.js @@ -161,10 +161,10 @@ if(document.cookie == "") { // Set defaults if no cookie getJSON(); setTimeout(function mainFunc() { + getRanges(); createTable(); update(); makeSettings(); tableDesc(); - getRanges(); createGradientLegend(); }, 600); \ No newline at end of file