Fix change requests and general formatting improvements

This commit is contained in:
MrTimscampi 2020-02-17 20:41:04 +01:00
parent e12e6731b2
commit f1fb59ec26
11 changed files with 74 additions and 74 deletions

View file

@ -10,7 +10,7 @@ define(["loading", "globalize", "dashboardcss", "emby-input", "emby-button", "em
}
function onUpdateUserComplete(result) {
console.debug(result);
console.debug("user update complete: " + result);
loading.hide();
nextWizardPage();
}