summaryrefslogtreecommitdiff
path: root/web/share/js/kvm/atx.js
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2021-09-20 07:15:56 +0300
committerMaxim Devaev <[email protected]>2021-09-20 07:15:56 +0300
commit8ab9c8f07bebf9e9e23b9cb057d9e143bad7e10b (patch)
treed6d0862a37c28c081b803d82e29d65346842c192 /web/share/js/kvm/atx.js
parent701df3c76fff0679c6b1b05c067fe05c3b9f5e38 (diff)
record atx actions
Diffstat (limited to 'web/share/js/kvm/atx.js')
-rw-r--r--web/share/js/kvm/atx.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/share/js/kvm/atx.js b/web/share/js/kvm/atx.js
index 3c0bf6c0..66a2cb4e 100644
--- a/web/share/js/kvm/atx.js
+++ b/web/share/js/kvm/atx.js
@@ -27,7 +27,7 @@ import {tools, $} from "../tools.js";
import {wm} from "../wm.js";
-export function Atx() {
+export function Atx(__recorder) {
var self = this;
/************************************************************************/
@@ -82,6 +82,7 @@ export function Atx() {
}
}
});
+ __recorder.recordAtxButtonEvent(button);
};
if ($("atx-ask-switch").checked) {