Closed (fixed)
Project:
Google Analytics
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Nov 2008 at 02:00 UTC
Updated:
7 Dec 2008 at 13:35 UTC
I experienced problems with the code in googleanalytics.js; it was crashing (at least in FF3) on domains with no TLD (http://name).
Here is a patch to fix this.
| Comment | File | Size | Author |
|---|---|---|---|
| googleanalytics.js_.patch | 1.82 KB | pfournier |
Comments
Comment #1
hass commentedWhy type of errors do you see? I haven't seen any popping up on "localhost" yet...
Comment #2
hass commentedI decided to remove some cruft and use
window.location.host. Fixed and backported.