Skip to content

Commit

Permalink
Logged url
Browse files Browse the repository at this point in the history
  • Loading branch information
hkirat committed Jul 1, 2017
1 parent 372cce1 commit 2352941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor/Collaboration.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ define(function (require, exports, module) {
} else {
this.room = Math.random().toString(36).substring(7);
}
console.log("room is " + this.room);
console.log("Link -> http://localhost:8000/src/hosted.html#?collaboration=" + this.room);
this.webrtc = webrtc;
this.pending = []; // pending clients that need to be initialized.
this.changing = false;
Expand Down

0 comments on commit 2352941

Please sign in to comment.