fixed conversation view
This commit is contained in:
parent
27a9c51106
commit
512688f5ab
7 changed files with 93 additions and 96 deletions
|
@ -139,7 +139,7 @@ function loadCssPlugin(css_url) {
|
|||
function debug(string) {
|
||||
|
||||
if (typeof string != "string") {
|
||||
string = JSON.stringify(string);
|
||||
string = JSON.stringify(string, null, ' ');
|
||||
}
|
||||
|
||||
console.debug(string);
|
||||
|
|
Reference in a new issue