removed alert

This commit is contained in:
Jean-Tiare Le Bigot 2012-03-02 14:48:20 +01:00
parent 9a5ae726bc
commit 332c6de873

View file

@ -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);