MCPcopy
hub / github.com/jsfiddle/togetherjs / processFirstHello

Function processFirstHello

togetherjs/session.js:185–194  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

183 });
184
185 function processFirstHello(msg) {
186 if (! msg.sameUrl) {
187 var url = msg.url;
188 if (msg.urlHash) {
189 url += msg.urlHash;
190 }
191 require("ui").showUrlChangeMessage(msg.peer, url);
192 location.href = url;
193 }
194 }
195
196 session.timeHelloSent = null;
197

Callers 1

session.jsFile · 0.85

Calls 1

requireFunction · 0.85

Tested by

no test coverage detected