Browse Source

Adds an id to etherpad iframe.

master
damencho 8 years ago
parent
commit
9ed6e0e2f9
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      modules/UI/etherpad/Etherpad.js

+ 1
- 0
modules/UI/etherpad/Etherpad.js View File

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…
Cancel
Save