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