We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6824ce3 commit 73707e7Copy full SHA for 73707e7
src/js/tabs/receiver.js
@@ -430,9 +430,6 @@ TABS.receiver.initialize = function (callback) {
430
$('select[name="rcSmoothing-input-manual-select"]').change();
431
432
var rc_smoothing_auto_smoothness = $('input[name="rcSmoothingAutoSmoothness-number"]');
433
- rc_smoothing_auto_smoothness.change(function() {
434
- RX_CONFIG.rcSmoothingAutoSmoothness = $(this).val();
435
- });
436
rc_smoothing_auto_smoothness.val(RX_CONFIG.rcSmoothingAutoSmoothness);
437
} else {
438
$('.tab-receiver .rcSmoothing-auto-smoothness').hide();
0 commit comments