mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
remove empty&unused overlaysdiv
This commit is contained in:
parent
4dd3584532
commit
020bd3915c
3 changed files with 1 additions and 4 deletions
|
@ -79,7 +79,6 @@ function Ace2Inner(){
|
|||
iframe.ace_outerWin = null; // prevent IE 6 memory leak
|
||||
var sideDiv = iframe.nextSibling;
|
||||
var lineMetricsDiv = sideDiv.nextSibling;
|
||||
var overlaysdiv = lineMetricsDiv.nextSibling;
|
||||
initLineNumbers();
|
||||
|
||||
var outsideKeyDown = noop;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue