mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 11:26:16 -04:00
parent
3f44441a87
commit
5174937392
1 changed files with 2 additions and 2 deletions
|
@ -5169,9 +5169,9 @@ function Ace2Inner(){
|
|||
|
||||
// Used to outdent if ol is removed
|
||||
if(allLinesAreList){
|
||||
var togglingOn = false;
|
||||
togglingOn = false;
|
||||
}else{
|
||||
var togglingOn = true;
|
||||
togglingOn = true;
|
||||
}
|
||||
|
||||
if (listType)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue