openwebrx/htdocs/settings.js

7 lines
214 B
JavaScript
Raw Normal View History

$(function(){
2021-02-15 20:19:43 +01:00
$('.map-input').mapInput();
$('.sdrdevice').sdrdevice();
$('.imageupload').imageUpload();
$('.bookmarks').bookmarktable();
$('.wsjt-decoding-depths').wsjtDecodingDepthsInput();
});