mirror of
https://github.com/fergalmoran/dss.git
synced 2026-02-05 15:44:20 +00:00
Fixed GA code
This commit is contained in:
@@ -20,6 +20,6 @@ class ShowGoogleAnalyticsJS(template.Node):
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
ga('create', """ + str(code) + """, 'auto');
|
||||
ga('create', '""" + str(code) + """', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>"""
|
||||
@@ -20,6 +20,7 @@ git+git://github.com/jefftriplett/django-podcast.git#django-podcast
|
||||
git+git://github.com/etianen/django-require.git#django-require
|
||||
git+git://github.com/spookylukey/django-paypal.git#django-paypal
|
||||
git+git://github.com/llazzaro/django-scheduler.git#django-scheduler
|
||||
git+git://github.com/cyberdelia/django-pipeline.git#django-pipeline
|
||||
django-templated-email
|
||||
django-grappelli
|
||||
humanize
|
||||
@@ -45,7 +46,6 @@ django-dbbackup
|
||||
dropbox
|
||||
django-jfu
|
||||
six
|
||||
django-require
|
||||
pyyaml
|
||||
ua-parser
|
||||
user-agents
|
||||
@@ -53,4 +53,4 @@ django-user-agents
|
||||
nginx_signing
|
||||
cssmin
|
||||
slimit
|
||||
|
||||
djrill
|
||||
Reference in New Issue
Block a user