瀏覽代碼

Adds an id to etherpad iframe.

master
damencho 9 年之前
父節點
當前提交
9ed6e0e2f9
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      modules/UI/etherpad/Etherpad.js

+ 1
- 0
modules/UI/etherpad/Etherpad.js 查看文件

63
 
63
 
64
         const iframe = document.createElement('iframe');
64
         const iframe = document.createElement('iframe');
65
 
65
 
66
+        iframe.id = "etherpadIFrame";
66
         iframe.src = domain + name + '?' + options;
67
         iframe.src = domain + name + '?' + options;
67
         iframe.frameBorder = 0;
68
         iframe.frameBorder = 0;
68
         iframe.scrolling = "no";
69
         iframe.scrolling = "no";

Loading…
取消
儲存