Stop altering javascript source code when installing bt
Sebastien Robin authored
Import of javascript files coming from business templates was
sometimes altering the javascript source code.
It happened that javascript files with a line like
"  ];\n" was replaced by "];\n", so the indent was lost.
May be there is more beautiful ways to fix this.
c15da942