diff --git a/app/assets/javascripts/ftue.js b/app/assets/javascripts/ftue.js index 6ccb0f8ce..da6730878 100644 --- a/app/assets/javascripts/ftue.js +++ b/app/assets/javascripts/ftue.js @@ -76,6 +76,10 @@ function settingsInit() { jamClient.FTUEInit(); setLevels(0); + // Always reset the driver select box to "Choose..." which forces everything + // to sync properly when the user reselects their driver of choice. + // VRFS-375 and VRFS-561 + $('[layout-wizard="ftue"] [layout-wizard-step="2"] .asio-settings .settings-driver select').val(""); } function setLevels(db) {