mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 08:01:02 -04:00
removed alert
This commit is contained in:
parent
9a5ae726bc
commit
332c6de873
1 changed files with 1 additions and 3 deletions
|
@ -5245,8 +5245,6 @@ function Ace2Inner(){
|
||||||
level = requestLevel;
|
level = requestLevel;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
alert(allLinesAreList ? 'indent' + level : (t ? type + level : type + '1'));
|
|
||||||
mods.push([n, allLinesAreList ? 'indent' + level : (t ? type + level : type + '1')]);
|
mods.push([n, allLinesAreList ? 'indent' + level : (t ? type + level : type + '1')]);
|
||||||
}
|
}
|
||||||
setLineListTypes(mods);
|
setLineListTypes(mods);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue