make a more generic ExponentialInput and use that for the sample_rate input

This commit is contained in:
Jakob Ketterl
2021-02-27 23:14:41 +01:00
parent 7a0c934af5
commit 0537e23e38
5 changed files with 22 additions and 19 deletions

View File

@@ -7,5 +7,5 @@ $(function(){
$('#rf_gain').gainInput();
$('.optional-section').optionalSection();
$('#scheduler').schedulerInput();
$('.frequency-input').frequencyInput();
$('.exponential-input').exponentialInput();
});