Skip to content

Commit

Permalink
Update ploverdemo.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Abkwreu authored and morinted committed Jan 24, 2022
1 parent 2e9e903 commit b3afa6f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ploverpad/ploverdemo.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,6 @@ function colorCode(keys) {
$('#stenoKey-L').css('background-color', '#80ffff');
}

// Final V
if ('-F' in stenoKeys) {
$('#stenoKey-F').css('background-color', '#808080');
}

// Final Z
if ('-Z' in stenoKeys) {
$('#stenoKey-Z').css('background-color', '#ff0000');
Expand Down Expand Up @@ -1000,4 +995,4 @@ $(window).blur(function () {
*/
$(window).focus(function () {
resetKeys();
});
});

0 comments on commit b3afa6f

Please sign in to comment.