Merge branch 'hotfix/v0.2.6' into develop

pull/108/head
JulioV 2020-12-20 17:04:08 -05:00
commit 57d51378a3
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
## next release (0.3.0)
- Update R and Python virtual environments
## v0.2.6
- Fix old versions banner on nested pages
## v0.2.5
- Fix docs deploy typo
## v0.2.4

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