parent
7ab8e12d4a
commit
bcf8226377
|
@ -1,6 +1,6 @@
|
|||
window.addEventListener("DOMContentLoaded", function() {
|
||||
var xhr = new XMLHttpRequest();
|
||||
xhr.open("GET", window.location + "../versions.json");
|
||||
xhr.open("GET", window.location.origin + "/versions.json");
|
||||
xhr.onload = function() {
|
||||
var versions = JSON.parse(this.responseText);
|
||||
latest_version = ""
|
||||
|
|
Loading…
Reference in New Issue