mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
less red
This commit is contained in:
parent
90e1014688
commit
e29f47ea35
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ $(function(){
|
|||
err += "\n(" + test.err.sourceURL + ":" + test.err.line + ")";
|
||||
}
|
||||
|
||||
append("->","[red]","FAILED :", test.title, err, "[clear]");
|
||||
append("->","[red]FAILED[clear] :", test.title, err);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue