* VRFS-3120 - make sure FTUE starts out of session

This commit is contained in:
Seth Call 2015-04-29 16:41:02 -05:00
parent e21a1504d1
commit 0ddbfc5e72
1 changed files with 4 additions and 2 deletions

View File

@ -3168,7 +3168,8 @@
function showFTUEWhenNoInputs( ) {
//app.afterFtue = function() { window.location.reload };
app.layout.startNewFtue();
//app.layout.startNewFtue();
window.location = '/client#/account/audio'
}
function events() {
@ -3188,7 +3189,8 @@
if(gearUtils.isNoInputProfile()) {
// show FTUE
showFTUEWhenNoInputs();
// showFTUEWhenNoInputs();
app.notify({title:'Settings Disabled', text:'You can not alter any settings for the System Default playback device.'})
return false;
}
else {