inxi.txt bugfix

This commit is contained in:
DarkCat09 2022-12-30 16:43:58 +04:00
parent 72b5f4e067
commit 027672e530

View file

@ -74,7 +74,7 @@ function insertSystemInfo() {
const inxi = document.getElementById('inxi')
let xhr = new XMLHttpRequest()
xhr.open('GET', '/inxi.txt')
xhr.open('GET', '/space/inxi.txt')
xhr.onreadystatechange = () => {
if (xhr.readyState != xhr.DONE) return