repo: janusweb action: commit revision: path_from: revision_from: 70c422b9de590057e274294402944c8a9024e4e5: path_to: revision_to:
commit 70c422b9de590057e274294402944c8a9024e4e5 Author: James BaicoianuDate: Wed Jul 1 02:27:19 2020 -0700 Pass referrer URL when changing rooms diff --git a/scripts/portal.js b/scripts/portal.js
--- a/scripts/portal.js
+++ b/scripts/portal.js
@@ -230,7 +230,7 @@ elation.require(['janusweb.janusbase'], function() {
this.closePortal();
}
} else if (this.url) {
- this.properties.janus.setActiveRoom(this.url);
+ this.properties.janus.setActiveRoom(this.url, room.url);
}
}
var gamepads = this.engine.systems.controls.gamepads;
-----END OF PAGE-----