openwebrx/htdocs/settings.js

13 lines
475 B
JavaScript
Raw Normal View History

$(function(){
2021-02-15 20:19:43 +01:00
$('.map-input').mapInput();
$('.imageupload').imageUpload();
$('.bookmarks').bookmarktable();
$('.wsjt-decoding-depths').wsjtDecodingDepthsInput();
$('#waterfall_scheme').waterfallDropdown();
2021-02-19 21:07:13 +01:00
$('#rf_gain').gainInput();
2021-02-22 23:49:28 +01:00
$('.optional-section').optionalSection();
$('#scheduler').schedulerInput();
$('.exponential-input').exponentialInput();
$('.device-log-messages').logMessages();
2023-05-16 03:25:25 +02:00
$('.profile-tabs').profileList();
});