Update ktane.js

Lit indicator prettification.
This commit is contained in:
The-Balthazar
2015-12-24 15:28:01 +00:00
parent b7748b97c8
commit f8c3c9a327
+1 -1
View File
@@ -165,7 +165,7 @@ $('section').each(function () {
if (text === 'Detonate') { if (text === 'Detonate') {
instruction = 'If 2+ \ud83d\udd0b, press and release.<br />Otherwise, hold button.' instruction = 'If 2+ \ud83d\udd0b, press and release.<br />Otherwise, hold button.'
} else if (colour === 'white') { } else if (colour === 'white') {
instruction = 'If lit indicator [CAR], hold button.<br />Otherwise, if 3+ \ud83d\udd0b and lit indicator [FRK], press and release.<br />Otherwise, hold button.' instruction = 'If <span class="litIndicator" title="Lit indicator">CAR</span>, hold button.<br />Otherwise, if 3+ \ud83d\udd0b and <span class="litIndicator" title="Lit indicator">FRK</span>, press and release.<br />Otherwise, hold button.'
} else if (colour === 'blue' && text === 'Abort' } else if (colour === 'blue' && text === 'Abort'
|| colour === 'yellow') { || colour === 'yellow') {
instruction = 'Hold button.'; instruction = 'Hold button.';