summaryrefslogtreecommitdiff
path: root/web/share/js/kvm/atx.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/share/js/kvm/atx.js')
-rw-r--r--web/share/js/kvm/atx.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/web/share/js/kvm/atx.js b/web/share/js/kvm/atx.js
index b718b99c..e95998f1 100644
--- a/web/share/js/kvm/atx.js
+++ b/web/share/js/kvm/atx.js
@@ -20,7 +20,11 @@
*****************************************************************************/
-function Atx() {
+import {tools, $} from "../tools.js";
+import {wm} from "../wm.js";
+
+
+export function Atx() {
var self = this;
/************************************************************************/