Implemented sound and lighting sliders
This commit is contained in:
2
frontend/views/control/dist/calibration.js
vendored
2
frontend/views/control/dist/calibration.js
vendored
@@ -5,7 +5,7 @@ var Calibration = /** @class */ (function () {
|
||||
function Calibration(Main) {
|
||||
this.visible = false;
|
||||
this.container = document.querySelector('.ntsh-calibration');
|
||||
this.image = this.container.querySelector('img');
|
||||
this.image = this.container.querySelector('img.stream');
|
||||
this._Main = Main;
|
||||
this.registerListeners();
|
||||
this.startClock();
|
||||
|
||||
Reference in New Issue
Block a user