mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-31 10:01:53 +08:00
using js modules
This commit is contained in:
@@ -20,7 +20,10 @@
|
||||
*****************************************************************************/
|
||||
|
||||
|
||||
function Keypad(keys_parent, key_callback) {
|
||||
import {tools, $$$} from "./tools.js";
|
||||
|
||||
|
||||
export function Keypad(keys_parent, key_callback) {
|
||||
var self = this;
|
||||
|
||||
/************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user