Fix link generation

pull/1/head
yflory 2019-12-18 12:04:36 +01:00
parent 0574bd9286
commit b58901e229
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ define([
opt = opt || {};
var config = makeConfig(hash, opt);
var Session = { cb: cb, };
var Session = { cb: cb, hasNetwork: Boolean(opt.network) };
config.onReady = function (info) {
var realtime = Session.session = info.realtime;