X-Git-Url: https://git.xangelo.ca/?p=sketchy-heroes.git;a=blobdiff_plain;f=src%2Fpublic%2Fapp%2Fsections%2Foverview.ts;fp=src%2Fpublic%2Fapp%2Fsections%2Foverview.ts;h=b80ab9c53366199bff23c458c8dca8d7a1937328;hp=fcfe24075e92e091d5a93ca1da46843f43fd274e;hb=7aa7248bc4f3f59a002beb98fa889a9da3c25866;hpb=9cec2c639563092ed050716db1e7e4657f937bf5 diff --git a/src/public/app/sections/overview.ts b/src/public/app/sections/overview.ts index fcfe240..b80ab9c 100644 --- a/src/public/app/sections/overview.ts +++ b/src/public/app/sections/overview.ts @@ -9,7 +9,7 @@ function renderStatText(id: string, value: number, incrementable: boolean) { $(`#${id} .stat-increase`).removeClass('hidden'); } else { - //$(`#${id} .stat-increase`).addClass('hidden'); + $(`#${id} .stat-increase`).addClass('hidden'); } }