mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-01 18:41:54 +08:00
using js modules
This commit is contained in:
@@ -20,7 +20,10 @@
|
||||
*****************************************************************************/
|
||||
|
||||
|
||||
function main() {
|
||||
import {$} from "../tools.js";
|
||||
|
||||
|
||||
export function main() {
|
||||
let host = window.location.hostname;
|
||||
let site = window.location.protocol + "//" + window.location.host;
|
||||
$("ipmi-text").innerHTML = `
|
||||
|
||||
Reference in New Issue
Block a user