no JSON.parse needed
This commit is contained in:
parent
e7eb9e8936
commit
a9297b778d
1 changed files with 1 additions and 3 deletions
|
@ -158,9 +158,7 @@ pandora.ui.changelogDialog = function() {
|
||||||
$('<pre>')
|
$('<pre>')
|
||||||
.addClass('OxSelectable')
|
.addClass('OxSelectable')
|
||||||
.css({margin: '16px'})
|
.css({margin: '16px'})
|
||||||
.text(
|
.text(JSON.stringify(value.data, null, ' '))
|
||||||
JSON.stringify(JSON.parse(value.data), null, ' ')
|
|
||||||
)
|
|
||||||
),
|
),
|
||||||
height: height - 48,
|
height: height - 48,
|
||||||
keys: {enter: 'close', escape: 'close'},
|
keys: {enter: 'close', escape: 'close'},
|
||||||
|
|
Loading…
Reference in a new issue