Write arg.profile and not the HTML element profile to log
This commit is contained in:
parent
ede29216f7
commit
e186b1b9fc
|
@ -76,7 +76,7 @@ devices.ready = function (event, arg) {
|
|||
}
|
||||
if (arg && arg.profile) {
|
||||
$('#profile').val(arg.profile)
|
||||
log.info(`Using configuration profile "${profile}"`, 'DEVICES', true, true);
|
||||
log.info(`Using configuration profile "${arg.profile}"`, 'DEVICES', true, true);
|
||||
//devices.profile(arg.profile)
|
||||
}
|
||||
if (arg.projector_second) {
|
||||
|
|
Loading…
Reference in New Issue