in tree lists with data, add light quotes around string values, fixes #739
This commit is contained in:
parent
f7ed392d0f
commit
06bb13458b
1 changed files with 1 additions and 0 deletions
|
@ -171,6 +171,7 @@ Ox.TreeList = function(options, self) {
|
|||
type == 'function'
|
||||
? value.toString().split('{')[0]
|
||||
: JSON.stringify(value)
|
||||
.replace(/(^"|"$)/g, '<span class="OxLight">"</span>')
|
||||
);
|
||||
}
|
||||
return ret;
|
||||
|
|
Loading…
Reference in a new issue