Skip to content

Commit

Permalink
Initialize dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
fvanroie committed Dec 9, 2023
1 parent 21af574 commit 3f38ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_theme/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
xhr.onload = function() {
var versions = JSON.parse(this.responseText);
latest_version = ""
dev_version = ""
dev_version = "/0.0.0/"
for (id in versions) {
if (versions[id]["aliases"].length > 0 && versions[id]["aliases"].includes("latest")) {
latest_version = "/" + versions[id].version + "/";
Expand Down

0 comments on commit 3f38ed0

Please sign in to comment.