Fix eslint
parent
038bf5c07e
commit
c2fe3ce1e8
|
@ -7,7 +7,7 @@ web/js/videojs.zoomrotate.js
|
|||
web/js/fontfaceobserver.standalone.js
|
||||
web/skins/classic/js/bootstrap-4.5.0.js
|
||||
web/skins/classic/js/bootstrap.bundle.min.js
|
||||
web/skins/classic/js/bootstrap-table-1.23.3
|
||||
web/skins/classic/js/bootstrap-table-1.23.5
|
||||
web/skins/classic/js/chosen
|
||||
web/skins/classic/js/dateTimePicker
|
||||
web/skins/classic/js/jquery-*.js
|
||||
|
|
|
@ -41,7 +41,9 @@ function MonitorStream(monitorData) {
|
|||
this.buttons[name] = element;
|
||||
};
|
||||
this.gridstack = null;
|
||||
this.setGridStack = function(gs) { this.gridstack = gs; };
|
||||
this.setGridStack = function(gs) {
|
||||
this.gridstack = gs;
|
||||
};
|
||||
|
||||
this.bottomElement = null;
|
||||
this.setBottomElement = function(e) {
|
||||
|
@ -727,7 +729,7 @@ function MonitorStream(monitorData) {
|
|||
if (analysisFPSValue.length && (analysisFPSValue.text() != monitor.AnalysisFPS)) {
|
||||
analysisFPSValue.text(monitor.AnalysisFPS);
|
||||
}
|
||||
|
||||
|
||||
if (captureFPSValue.length && (captureFPSValue.text() != monitor.CaptureFPS)) {
|
||||
captureFPSValue.text(monitor.CaptureFPS);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue