From 81ab8dc5e4fd3c2018ebbf27e4cab89a5ccf8ccc Mon Sep 17 00:00:00 2001 From: Niels Leenheer Date: Mon, 2 Jan 2012 15:45:01 +0100 Subject: [PATCH] Log less info on Browserscope, because it keeps breaking --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index abd65f1d..b77fbf45 100644 --- a/index.html +++ b/index.html @@ -4679,7 +4679,7 @@

Development

'#01 Bonus points': r.bonus }; - collectResults('', 2, r); + // collectResults('', 2, r); function stripTags(string) { var element = document.createElement('div'); @@ -4716,7 +4716,7 @@

Development

// 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');