We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b01d431 commit e15b3c6Copy full SHA for e15b3c6
core/template/dashboard/widgetCamera.html
@@ -103,6 +103,7 @@
103
function gotoCameraEvents#id#() {
104
const camera = '#cameraName#';
105
jeedomUtils.loadPage("index.php?v=d&m=frigate&p=events&cameras=" + camera);
106
+ event.stopPropagation();
107
}
108
function execAction(cmdid) {
109
jeedom.cmd.execute({
core/template/mobile/widgetCamera.html
@@ -83,6 +83,7 @@
83
84
85
86
87
88
89
0 commit comments