Merge pull request #713 from mikeller/fix_slider_enable_motors_tab

Fixed sliders being disabled when re-entering the motors tab with motors running.
10.3.x-maintenance
Michael Keller 2017-11-07 17:56:27 +13:00 committed by GitHub
commit 906f6ac4bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -531,7 +531,7 @@ TABS.motors.initialize = function (callback) {
if (motors_running) {
if (!self.armed) {
$('#motorsEnableTestMode').prop('checked', true);
$('#motorsEnableTestMode').prop('checked', true).change();
}
// motors are running adjust sliders to current values