Fixes issue with the download logs button.

This commit is contained in:
hristoterezov 2015-06-11 17:03:41 +03:00
parent 224dff7481
commit 15db9ca7e4
3 changed files with 526 additions and 730 deletions

View File

@ -19,7 +19,7 @@
<script src="libs/popover.js?v=1"></script><!-- bootstrap tooltip lib -->
<script src="libs/toastr.js?v=1"></script><!-- notifications lib -->
<script src="interface_config.js?v=5"></script>
<script src="libs/app.bundle.js?v=83"></script>
<script src="libs/app.bundle.js?v=84"></script>
<script src="analytics.js?v=1"></script><!-- google analytics plugin -->
<link rel="stylesheet" href="css/font.css?v=7"/>
<link rel="stylesheet" href="css/toastr.css?v=1">

File diff suppressed because it is too large Load Diff

View File

@ -328,8 +328,9 @@ module.exports = function(XMPP, eventEmitter)
*/
populateData: function () {
var data = {};
var self = this;
Object.keys(this.sessions).forEach(function (sid) {
var session = this.sessions[sid];
var session = self.sessions[sid];
if (session.peerconnection && session.peerconnection.updateLog) {
// FIXME: should probably be a .dump call
data["jingle_" + session.sid] = {