mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 03:16: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
|
// Used to outdent if ol is removed
|
||||||
if(allLinesAreList){
|
if(allLinesAreList){
|
||||||
var togglingOn = false;
|
togglingOn = false;
|
||||||
}else{
|
}else{
|
||||||
var togglingOn = true;
|
togglingOn = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (listType)
|
if (listType)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue