* enable select items in old ftue when device chosen

This commit is contained in:
Seth Call 2014-03-05 10:59:08 -06:00
parent a63869ce27
commit 0436ca1f4d
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@
function handleStartAudioQualification() {
if(false) {
if(true) {
app.layout.startNewFtue();
}
else {

View File

@ -478,7 +478,7 @@
context._.each(sortedDeviceKeys, deviceOptionFunc);
$select.html(optionsHtml);
context.JK.dropdown($select);
$select.removeAttr("disabled");
$select.removeAttr("disabled").easyDropDown('enable');
$('[layout-wizard-step="2"] .settings-asio select').removeAttr("disabled").easyDropDown('enable')
// Set selects to lowest possible values to start:
$('#asio-framesize').val('2.5').change();