From af05f9907c737255fc6276dc64c10b669f7b4730 Mon Sep 17 00:00:00 2001 From: Aktanusa Date: Fri, 29 Aug 2014 12:38:05 -0400 Subject: [PATCH] Forgot to update compliled version (again) --- CookieMonster.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CookieMonster.js b/CookieMonster.js index 1c9f4ec..6bc5ed9 100644 --- a/CookieMonster.js +++ b/CookieMonster.js @@ -845,8 +845,8 @@ CM.Disp.UpdateUpgrades = function() { } else { var div = document.createElement('div'); - div.style.width = '12px'; - div.style.height = '12px'; + div.style.width = '10px'; + div.style.height = '10px'; div.style.backgroundColor = CM.Cache.Upgrades[me.name].color; l('upgrade' + i).appendChild(div); }