Skip to content

Commit

Permalink
Push chat refresh debug
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscant committed Jul 22, 2018
1 parent 81e17dd commit f9187ca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions http/js/iznik/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,13 @@ function mainOnAppStart() { // CC
})(10);
}
}
if (foreground) {
var frag = Backbone.history.getFragment();
console.log("frag", frag);
if (data.additionalData.route) {
console.log("data.additionalData.route", data.additionalData.route);
}
}

/*if ((!foreground && doubleEvent) && (data.count > 0)) { // Only show chat if started/awakened ie not if in foreground
var chatids = data.additionalData.chatids;
Expand Down

0 comments on commit f9187ca

Please sign in to comment.