From 22b962896ecaae182749783eced4237a4fd0850e Mon Sep 17 00:00:00 2001 From: The-Balthazar Date: Fri, 25 Dec 2015 22:59:09 +0000 Subject: [PATCH] Update ktane.js Missed a lit indicator. --- ktane.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ktane.js b/ktane.js index 111e669..fb5950d 100755 --- a/ktane.js +++ b/ktane.js @@ -172,7 +172,7 @@ $('section').each(function () { } else if (colour === 'red' && text === 'Hold') { instruction = 'Press and release.'; } else { - instruction = 'If 3+ \ud83d\udd0b and lit indicator [FRK], press and release the button.
Otherwise, hold button.'; + instruction = 'If 3+ \ud83d\udd0b and FRK, press and release the button.
Otherwise, hold button.'; } $instruction.html(instruction);