diff --git a/apps/pizzatimer/app.js b/apps/pizzatimer/app.js index 2779124fd..54928c121 100644 --- a/apps/pizzatimer/app.js +++ b/apps/pizzatimer/app.js @@ -80,7 +80,7 @@ function decrementCountdownTime() { } function toggleShow(timeIndex) { - show[timeIndex] = !show[timeIndex]; + show[timeIndex] = !show[timeIndex]; } function twoPadded(i) {