Skip to content

Commit

Permalink
fixes #2 on page load as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Razer2015 committed Jun 16, 2018
1 parent 874d8f5 commit 619e383
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions truePlayerCounts.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ BBLog.handle("add.plugin", {
},
});

$( document ).ready(function() {
S.globalContext.staticContext.keeperQueryEndpoint = "https://keeper.battlelog.com"
});

// Create a closure
(function () {
// Your base, I'm in it!
Expand Down

0 comments on commit 619e383

Please sign in to comment.