|
|
|
|
104
|
function createIFrame() {
|
104
|
function createIFrame() {
|
105
|
etherpadIFrame = document.createElement('iframe');
|
105
|
etherpadIFrame = document.createElement('iframe');
|
106
|
etherpadIFrame.src = domain + etherpadName + options;
|
106
|
etherpadIFrame.src = domain + etherpadName + options;
|
107
|
- console.log("ETHER PAD URL", etherpadIFrame.src);
|
|
|
108
|
etherpadIFrame.frameBorder = 0;
|
107
|
etherpadIFrame.frameBorder = 0;
|
109
|
etherpadIFrame.scrolling = "no";
|
108
|
etherpadIFrame.scrolling = "no";
|
110
|
etherpadIFrame.width = $('#largeVideoContainer').width() || 640;
|
109
|
etherpadIFrame.width = $('#largeVideoContainer').width() || 640;
|