Skip to content

Commit

Permalink
Don't trigger font upload when enter is pressed in alarm time field (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveCEvans authored Feb 9, 2024
1 parent 17acaa6 commit 6b26824
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/js/tabs/osd.js
Original file line number Diff line number Diff line change
Expand Up @@ -3495,13 +3495,6 @@ osd.initialize = function(callback) {
});
});

$(document).keypress(function(e) {
if (e.which === 13) { // enter
// Trigger regular Flashing sequence
$('a.flash_font').click();
}
});

self.analyticsChanges = {};

MSP.promise(MSPCodes.MSP_RX_CONFIG)
Expand Down

0 comments on commit 6b26824

Please sign in to comment.