diff options
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) { |