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.';