[Fix] Fixed reload on reconnect

This commit is contained in:
Robert von Burg 2022-07-26 10:36:48 +02:00
parent 311cc30db2
commit 37ef234902
Signed by: eitch
GPG Key ID: 75DB9C85C74331F7
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@
this.$.ajaxGetAppVersion.generateRequest(); this.$.ajaxGetAppVersion.generateRequest();
}, },
reconnect: function () { reconnect: function () {
this.onGetVersionResponse = function (event) { this.onGetAppVersionResponse = function (event) {
var version = event.detail.response; var version = event.detail.response;
this.scmRevision = version.appVersion.scmRevision; this.scmRevision = version.appVersion.scmRevision;
sessionStorage.appScmRevision = this.scmRevision; sessionStorage.appScmRevision = this.scmRevision;