VRFS-375. VRFS-561. Fix subsequent runs of FTUE and ASIO control panel.

This commit is contained in:
Jonathon Wilson 2013-08-26 20:03:15 -06:00
parent 1d48031188
commit b17630379f
1 changed files with 4 additions and 0 deletions

View File

@ -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) {