witten
/
luminotes
Archived
1
0
Fork 0

Removing Google Analytics since not everyone wants to use it.

This commit is contained in:
Dan Helfman 2008-06-10 14:07:09 -07:00
parent 8b52ffabfa
commit 2dd8c60038
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ class Page( Html ):
*[ child for child in children if not isinstance( child, head_types ) ],
**attrs
),
Script( type = u"text/javascript", src = u"https://ssl.google-analytics.com/urchin.js" ),
),
id = "html",
xmlns = u"http://www.w3.org/1999/xhtml",