diff --git a/qortal-ui-plugins/plugins/core/qdn/browser/browser.src.js b/qortal-ui-plugins/plugins/core/qdn/browser/browser.src.js index c86dbdbe..c741076c 100644 --- a/qortal-ui-plugins/plugins/core/qdn/browser/browser.src.js +++ b/qortal-ui-plugins/plugins/core/qdn/browser/browser.src.js @@ -1272,7 +1272,7 @@ class WebBrowser extends LitElement { myNode.protocol + '://' + myNode.domain + ':' + myNode.port; this.url = `${nodeUrl}/render/${this.service}/${this.name}${this.path != null ? this.path : '' }?theme=${this.theme}&identifier=${this.identifier != null ? this.identifier : '' - }`; + }&time=${new Date().getMilliseconds()}`; } goBackToList() {