diff --git a/data/interfaces/default/index.html b/data/interfaces/default/index.html index be4b1604..ee4d3408 100644 --- a/data/interfaces/default/index.html +++ b/data/interfaces/default/index.html @@ -507,7 +507,7 @@ var session = $.parseJSON(xhr.responseText); $('#raw-stream-info-title').text(session.full_title); $('#raw-stream-info-user').text(session.friendly_name); - $('#raw-stream-info').text(JSON.stringify(session, null, '\t')); + $('#raw-stream-info').text(JSON.stringify(session, Object.keys(session).sort(), 4)); } }); });