fixed analytics.min.js

This commit is contained in:
mdipierro
2012-12-22 21:27:05 -06:00
parent 7ac570f4e9
commit 5aa719daf5
5 changed files with 6 additions and 808 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.4.1-alpha.1+timestamp.2012.12.22.10.53.49
Version 2.4.1-alpha.1+timestamp.2012.12.22.21.26.15
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -154,7 +154,7 @@
<![endif]-->
{{if response.google_analytics_id:}}
<script src="{{=URL('static','js/analytics.js')}}"></script>
<script src="{{=URL('static','js/analytics.min.js')}}"></script>
<script type="text/javascript">
analytics.initialize({
'Google Analytics':{trackingId:'{{=response.google_analytics_id}}'}
-1
View File
@@ -1422,7 +1422,6 @@ class Auth(object):
self.signature = db.Table(
self.db, 'auth_signature',
Field('is_active', 'boolean',
notnull=True,
default=True,
readable=False, writable=False,
label=T('Is Active')),