This commit is contained in:
Benjamyn Love 2020-04-02 12:27:03 +11:00
parent 43d0882c28
commit 37ab390399

View File

@ -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')