Fixed webcam not loading bug if first/initial tab is "Control"

(cherry picked from commit d66a4f3)
This commit is contained in:
Ken 2017-05-15 06:01:20 +02:00 committed by Gina Häußge
parent 9ad180c02a
commit c1c75f032d

View file

@ -442,6 +442,7 @@ $(function() {
self.additionalControls = additionalControls;
self.rerenderControls();
}
self._enableWebcam();
};
self.onFocus = function (data, event) {