inxi.txt
bugfix
This commit is contained in:
parent
72b5f4e067
commit
027672e530
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue