this must default to false, since we have fields other than pids now, on input form changes won't work. everything still works w/ this fix

10.3.x-maintenance
nathan 2016-06-24 02:04:18 -07:00
parent 3f8fd78027
commit 8ffcb25375
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
'use strict';
TABS.pid_tuning = {
controllerChanged: true
controllerChanged: false
};
TABS.pid_tuning.initialize = function (callback) {