pull over stats export

This commit is contained in:
Philipp Hancke 2014-02-05 21:34:59 +01:00
parent d1cba274af
commit bee3792b1d
1 changed files with 3 additions and 1 deletions

4
app.js
View File

@ -700,6 +700,7 @@ function dump(elem, filename){
// FIXME: should probably be a .dump call
data["jingle_" + session.sid] = {
updateLog: session.peerconnection.updateLog,
stats: session.peerconnection.stats,
url: window.location.href}
;
}
@ -1100,4 +1101,5 @@ function scrollChatToBottom() {
setTimeout(function() {
$('#chatconversation').scrollTop($('#chatconversation')[0].scrollHeight);
}, 5);
}
}