mirror of
https://github.com/Doodle3D/doodle3d-connect.git
synced 2024-12-26 02:23:48 +01:00
redirect to #print when connect is opened with ?uuid=
This commit is contained in:
parent
b0f4764a82
commit
dc5efda54f
@ -155,7 +155,7 @@ function hideBanner() {
|
|||||||
if (localip) {
|
if (localip) {
|
||||||
url += "?localip=" + localip;
|
url += "?localip=" + localip;
|
||||||
}
|
}
|
||||||
// location.href = url;
|
location.href = url;
|
||||||
}
|
}
|
||||||
|
|
||||||
})(window);
|
})(window);
|
Loading…
Reference in New Issue
Block a user