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