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