Skip to content

Commit

Permalink
Log less info on Browserscope, because it keeps breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsLeenheer committed Jan 2, 2012
1 parent e020764 commit 81ab8dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -4679,7 +4679,7 @@ <h3>Development</h3>
'#01 Bonus points': r.bonus
};

collectResults('', 2, r);
// collectResults('', 2, r);

function stripTags(string) {
var element = document.createElement('div');
Expand Down Expand Up @@ -4716,7 +4716,7 @@ <h3>Development</h3>

// Beacon the results to Browserscope.
(function() {
var _bTestKey = 'agt1YS1wcm9maWxlcnINCxIEVGVzdBjZqbAMDA';
var _bTestKey = 'agt1YS1wcm9maWxlcnINCxIEVGVzdBjn37IMDA';
var _bScript = document.createElement('script');
_bScript.src = 'http://www.browserscope.org/user/beacon/' + _bTestKey + '?callback=_bBeaconComplete';
_bScript.setAttribute('async', 'true');
Expand Down

0 comments on commit 81ab8dc

Please sign in to comment.