diff options
author | Devaev Maxim <[email protected]> | 2019-07-17 04:17:22 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-07-17 04:17:22 +0300 |
commit | ad83678eb3f735806f87ad9a43c32bdd6ffb92aa (patch) | |
tree | f9380c43c42e0d8c8d92e8714ecf81cf17523e49 /web/share/js/kvm/atx.js | |
parent | 9737b926b87529698d1863025efd12e9881af744 (diff) |
use strict
Diffstat (limited to 'web/share/js/kvm/atx.js')
-rw-r--r-- | web/share/js/kvm/atx.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/share/js/kvm/atx.js b/web/share/js/kvm/atx.js index e95998f1..d65d1ded 100644 --- a/web/share/js/kvm/atx.js +++ b/web/share/js/kvm/atx.js @@ -20,6 +20,9 @@ *****************************************************************************/ +"use strict"; + + import {tools, $} from "../tools.js"; import {wm} from "../wm.js"; |