Julio v patch 1 (#106)

* Update extra.js
gh-pages
JulioV 2020-12-20 18:52:02 -05:00 committed by GitHub
parent 7ab8e12d4a
commit bcf8226377
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 = ""