0
0
mirror of https://github.com/Doodle3D/doodle3d-connect.git synced 2024-06-01 16:26:10 +02:00

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

View File

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