[grailsfuse] r7 committed - Google Analytics Tracking Code Fixed

0 views
Skip to first unread message

grail...@googlecode.com

unread,
Dec 17, 2009, 2:28:15 AM12/17/09
to grail...@googlegroups.com
Revision: 7
Author: limch...@vobject.com
Date: Wed Dec 16 23:27:39 2009
Log: Google Analytics Tracking Code Fixed
http://code.google.com/p/grailsfuse/source/detail?r=7

Modified:
/trunk/source/application.properties
/trunk/source/grails-app/views/layouts/main.gsp
/trunk/source/web-app

=======================================
--- /trunk/source/application.properties Thu Dec 10 08:34:01 2009
+++ /trunk/source/application.properties Wed Dec 16 23:27:39 2009
@@ -1,10 +1,10 @@
#utf-8
-#Thu Dec 10 23:56:31 SGT 2009
-app.version=20091211
+#Thu Dec 17 15:26:16 SGT 2009
plugins.appengine-gorm=0.1.0
+app.version=20091217
appengine.persistence=jpa
app.servlet.version=2.4
app.grails.version=1.1.1
plugins.app-engine=0.8.5
-app.name=grailsfuse
plugins.gorm-jpa=0.5
+app.name=grailsfuse
=======================================
--- /trunk/source/grails-app/views/layouts/main.gsp Thu Dec 10 08:34:01 2009
+++ /trunk/source/grails-app/views/layouts/main.gsp Wed Dec 16 23:27:39 2009
@@ -71,7 +71,7 @@
$(document).ready(function() {
// Google Analytics tracking code
try {
- var pageTracker =
_gat._getTracker(ConfigurationHolder.config.vobject.grailsfuse.googleAnalyticsTrackingCode);
+ var pageTracker =
_gat._getTracker("${ConfigurationHolder.config.vobject.grailsfuse.googleAnalyticsTrackingCode}");
pageTracker._trackPageview();
} catch(err) {}

Reply all
Reply to author
Forward
0 new messages