Skip to content

Commit

Permalink
Fix redirect issue
Browse files Browse the repository at this point in the history
Signed-off-by: gunadhya <[email protected]>
  • Loading branch information
gunadhya authored and calebcartwright committed Jan 22, 2021
1 parent 19b34fe commit 79c3696
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@
console.log(err);
return;
}
this.version = latest.name;
if (versionParam == null) {
this.version = latest.name;
}
},
async outputHtml() {
if (this.version !== this.oldVersion) {
Expand Down

0 comments on commit 79c3696

Please sign in to comment.