mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 03:16:16 -04:00
no let
This commit is contained in:
parent
394c0631e3
commit
3b75ba107b
1 changed files with 0 additions and 1 deletions
|
@ -5194,7 +5194,6 @@ function Ace2Inner(){
|
||||||
// else change to indented not bullet
|
// else change to indented not bullet
|
||||||
if(level > 1){
|
if(level > 1){
|
||||||
setLineListType(n, ''); // remove bullet
|
setLineListType(n, ''); // remove bullet
|
||||||
let newLevel = level+1;
|
|
||||||
setLineListType(n, "indent"+level); // outdent
|
setLineListType(n, "indent"+level); // outdent
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue