openwebrx-clone/htdocs/settings.js

12 lines
437 B
JavaScript
Raw Normal View History

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