diff --git a/static/js/changelogDialog.js b/static/js/changelogDialog.js index 8a494d76e..cd5e49d65 100644 --- a/static/js/changelogDialog.js +++ b/static/js/changelogDialog.js @@ -158,9 +158,7 @@ pandora.ui.changelogDialog = function() { $('
')
                                     .addClass('OxSelectable')
                                     .css({margin: '16px'})
-                                    .text(
-                                        JSON.stringify(JSON.parse(value.data), null, '    ')
-                                    )
+                                    .text(JSON.stringify(value.data, null, '    '))
                             ),
                             height: height - 48,
                             keys: {enter: 'close', escape: 'close'},