Merge branch 'develop' of github.com:thecodingmachine/workadventure
This commit is contained in:
@@ -164,12 +164,13 @@ class ConnectionManager {
|
||||
console.error(err);
|
||||
}
|
||||
} else {
|
||||
const query = urlParams.toString();
|
||||
roomPath =
|
||||
window.location.protocol +
|
||||
"//" +
|
||||
window.location.host +
|
||||
window.location.pathname +
|
||||
urlParams.toString() + //use urlParams because the token param must be deleted
|
||||
(query ? "?" + query : "") + //use urlParams because the token param must be deleted
|
||||
window.location.hash;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user