2020-03-29 19:40:29 +00:00
|
|
|
$(function(){
|
2021-02-15 19:19:43 +00:00
|
|
|
$('.map-input').mapInput();
|
|
|
|
$('.imageupload').imageUpload();
|
|
|
|
$('.bookmarks').bookmarktable();
|
|
|
|
$('.wsjt-decoding-depths').wsjtDecodingDepthsInput();
|
2021-02-16 17:35:18 +00:00
|
|
|
$('#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();
|
2021-02-24 16:12:23 +00:00
|
|
|
$('#scheduler').schedulerInput();
|
2021-02-27 22:14:41 +00:00
|
|
|
$('.exponential-input').exponentialInput();
|
2020-03-29 19:40:29 +00:00
|
|
|
});
|