Fixed JS
This commit is contained in:
parent
43d0882c28
commit
37ab390399
@ -1,5 +1,5 @@
|
||||
function loadContent() {
|
||||
let domain = "http://localhost/percent"
|
||||
let domain = window.location.href + "/percent"
|
||||
let xhttp = new XMLHttpRequest();
|
||||
let ele = document.getElementById('number')
|
||||
let temp = document.getElementById('temp')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user