mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-01 18:41:54 +08:00
record atx actions
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user