From 124bdd2522092da2e0097493a43224bb80ad2821 Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Sun, 31 Aug 2014 23:22:17 +0200 Subject: [PATCH] Strict mode violation that only affected Chrome? --- acnl-outfit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acnl-outfit.js b/acnl-outfit.js index 45849d1..a09d645 100644 --- a/acnl-outfit.js +++ b/acnl-outfit.js @@ -146,7 +146,7 @@ function update () { "Labelle suggested ", "I'll wear "]) + litanize(o, false) + ".")); - buttons = document.getElementById("buttons"); + var buttons = document.getElementById("buttons"); buttons.className = ""; setTimeout(function () { buttons.className = "open"; -- 2.20.1