Update ktane.js

Missed a lit indicator.
This commit is contained in:
The-Balthazar
2015-12-25 22:59:09 +00:00
parent f8c3c9a327
commit 22b962896e
+1 -1
View File
@@ -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.<br />Otherwise, hold button.';
instruction = 'If 3+ \ud83d\udd0b and <span class="litIndicator" title="Lit indicator">FRK</span>, press and release the button.<br />Otherwise, hold button.';
}
$instruction.html(instruction);