diff --git a/tabs/osd.js b/tabs/osd.js index 5a8757b9..b9fbb954 100644 --- a/tabs/osd.js +++ b/tabs/osd.js @@ -2527,13 +2527,6 @@ TABS.osd.initialize = function (callback) { }); }); - $(document).keypress(function (e) { - if (e.which == 13) { // enter - // Trigger regular Flashing sequence - $('a.flash_font').click(); - } - }); - $('.update_preview').on('change', function () { if (OSD.data) { // Force an OSD redraw by saving any element