Sorted raw stream info json
This commit is contained in:
@@ -507,7 +507,7 @@
|
|||||||
var session = $.parseJSON(xhr.responseText);
|
var session = $.parseJSON(xhr.responseText);
|
||||||
$('#raw-stream-info-title').text(session.full_title);
|
$('#raw-stream-info-title').text(session.full_title);
|
||||||
$('#raw-stream-info-user').text(session.friendly_name);
|
$('#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));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user