mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-15 03:35:51 +00:00
Ensure the refresh button works every time it is pushed.
Including the current time ensures that the URL is always different, so will always reload.
This commit is contained in:
parent
32b9dff3ea
commit
17b400e73c
@ -1272,7 +1272,7 @@ class WebBrowser extends LitElement {
|
|||||||
myNode.protocol + '://' + myNode.domain + ':' + myNode.port;
|
myNode.protocol + '://' + myNode.domain + ':' + myNode.port;
|
||||||
this.url = `${nodeUrl}/render/${this.service}/${this.name}${this.path != null ? this.path : ''
|
this.url = `${nodeUrl}/render/${this.service}/${this.name}${this.path != null ? this.path : ''
|
||||||
}?theme=${this.theme}&identifier=${this.identifier != null ? this.identifier : ''
|
}?theme=${this.theme}&identifier=${this.identifier != null ? this.identifier : ''
|
||||||
}`;
|
}&time=${new Date().getMilliseconds()}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
goBackToList() {
|
goBackToList() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user