Fix redirect issue
Signed-off-by: gunadhya <6939749+gunadhya@users.noreply.github.com>
This commit is contained in:
parent
042c2ec369
commit
ec86cfd6ba
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user