10 lines
344 B
JavaScript
10 lines
344 B
JavaScript
$(function(){
|
|
$('.map-input').mapInput();
|
|
$('.imageupload').imageUpload();
|
|
$('.bookmarks').bookmarktable();
|
|
$('.wsjt-decoding-depths').wsjtDecodingDepthsInput();
|
|
$('#waterfall_scheme').waterfallDropdown();
|
|
$('#rf_gain').gainInput();
|
|
$('.optional-section').optionalSection();
|
|
$('#scheduler').schedulerInput();
|
|
}); |