mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 06:29:53 +01:00
more tidy
This commit is contained in:
parent
50c6b5ed61
commit
935b921c2b
1 changed files with 0 additions and 1 deletions
|
@ -5442,7 +5442,6 @@ function Ace2Inner(){
|
||||||
lineNumbersShown++;
|
lineNumbersShown++;
|
||||||
var n = lineNumbersShown;
|
var n = lineNumbersShown;
|
||||||
var div = odoc.createElement("DIV");
|
var div = odoc.createElement("DIV");
|
||||||
|
|
||||||
//calculate height for new line number
|
//calculate height for new line number
|
||||||
if(b){
|
if(b){
|
||||||
var h = (b.clientHeight || b.offsetHeight);
|
var h = (b.clientHeight || b.offsetHeight);
|
||||||
|
|
Loading…
Reference in a new issue