Add case for updating the UI when second projector connected.
This commit is contained in:
parent
6622a72241
commit
8b2095227c
|
@ -77,6 +77,9 @@ devices.ready = function (event, arg) {
|
||||||
if (arg && arg.profile) {
|
if (arg && arg.profile) {
|
||||||
$('#profile').val(arg.profile)
|
$('#profile').val(arg.profile)
|
||||||
//devices.profile(arg.profile)
|
//devices.profile(arg.profile)
|
||||||
|
}
|
||||||
|
if (arg.projector_second) {
|
||||||
|
|
||||||
}
|
}
|
||||||
return event.returnValue = true;
|
return event.returnValue = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue