Fix creation page not displayed in pad and slide

This commit is contained in:
yflory
2017-12-11 17:17:06 +01:00
parent 4e46d0daa5
commit c269929319
7 changed files with 28 additions and 30 deletions

View File

@@ -617,7 +617,6 @@ define([
updateMeta();
var rtConfig = {};
console.log(edPublic);
if (data.owned) {
//rtConfig.owners = [edPublic];
}
@@ -636,7 +635,6 @@ define([
return;
}
// Start realtime outside the iframe and callback
console.log(data);
startRealtime(rtConfig);
cb();
});