From f8c3c9a327aa6d144d76cbdc9cc6aa59d6267145 Mon Sep 17 00:00:00 2001 From: The-Balthazar Date: Thu, 24 Dec 2015 15:28:01 +0000 Subject: [PATCH] Update ktane.js Lit indicator prettification. --- ktane.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ktane.js b/ktane.js index e036f29..111e669 100755 --- a/ktane.js +++ b/ktane.js @@ -165,7 +165,7 @@ $('section').each(function () { if (text === 'Detonate') { instruction = 'If 2+ \ud83d\udd0b, press and release.
Otherwise, hold button.' } else if (colour === 'white') { - instruction = 'If lit indicator [CAR], hold button.
Otherwise, if 3+ \ud83d\udd0b and lit indicator [FRK], press and release.
Otherwise, hold button.' + instruction = 'If CAR, hold button.
Otherwise, if 3+ \ud83d\udd0b and FRK, press and release.
Otherwise, hold button.' } else if (colour === 'blue' && text === 'Abort' || colour === 'yellow') { instruction = 'Hold button.';