Get embed code for pad and code

This commit is contained in:
yflory
2017-09-06 10:56:27 +02:00
parent 0bb6698399
commit 3ca9f41290
7 changed files with 49 additions and 13 deletions

View File

@@ -357,7 +357,7 @@ define([
Object.freeze(funcs);
return { create: function (cb) {
nThen(function (waitFor) {
SFrameChannel.create(window.top, waitFor(function (sfc) { ctx.sframeChan = sfc; }));
SFrameChannel.create(window.parent, waitFor(function (sfc) { ctx.sframeChan = sfc; }), true);
// CpNfInner.start() should be here....
}).nThen(function () {
ctx.metadataMgr = MetadataMgr.create(ctx.sframeChan);