redirect to #print when connect is opened with ?uuid=

This commit is contained in:
Rick Companje 2017-08-18 14:59:02 +02:00
parent b0f4764a82
commit dc5efda54f
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ function hideBanner() {
if (localip) {
url += "?localip=" + localip;
}
// location.href = url;
location.href = url;
}
})(window);