mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05:00
Fix eslint
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user