From be06cd9fdc0253b5fdf2fb17de4aac6f10bff80c Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Sun, 30 Sep 2012 21:48:34 -0700 Subject: Irrelevent fiddling. --- js/mapspecs.js | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) (limited to 'js/mapspecs.js') diff --git a/js/mapspecs.js b/js/mapspecs.js index ded7bfc..8bd3f6f 100644 --- a/js/mapspecs.js +++ b/js/mapspecs.js @@ -130,7 +130,7 @@ function grid_click(obj) { obj.cv = true; childdiv.removeAttribute("class"); - childdiv.setAttribute("class", "grid_td_walls"); + childdiv.setAttribute("class", "grid_td_walls"); if (typeof playerWallColor === 'undefined' || playerWallColor == '') obj.style.backgroundColor = '#666666'; else @@ -727,9 +727,6 @@ function dullColor(colorAsHex, value) { r = parseInt(r); g = parseInt(g); b = parseInt(b); - // r = r + value; - // g = g + value; - // b = b + value; return rgbToHex(r, g, b); } @@ -794,18 +791,3 @@ for (i=0;i