diff options
author | Maxim Devaev <[email protected]> | 2021-09-20 07:15:56 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2021-09-20 07:15:56 +0300 |
commit | 8ab9c8f07bebf9e9e23b9cb057d9e143bad7e10b (patch) | |
tree | d6d0862a37c28c081b803d82e29d65346842c192 /web/share/js/kvm/atx.js | |
parent | 701df3c76fff0679c6b1b05c067fe05c3b9f5e38 (diff) |
record atx actions
Diffstat (limited to 'web/share/js/kvm/atx.js')
-rw-r--r-- | web/share/js/kvm/atx.js | 3 |
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) { |