=== modified file 'dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/main.vm' --- dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/main.vm 2013-05-06 10:22:55 +0000 +++ dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/main.vm 2013-12-18 16:29:33 +0000 @@ -19,4 +19,19 @@ #parse( $page ) + +#* Seems we can't access macros.vm from login.vm/login_mobile.vm so we include the full script here *# +#if( $googleAnalyticsUA && $googleAnalyticsUA != '' ) + +#end === modified file 'dhis-2/dhis-web/dhis-web-mobile/src/main/webapp/WEB-INF/dhis-web-mobile-velocity/layout.vm' --- dhis-2/dhis-web/dhis-web-mobile/src/main/webapp/WEB-INF/dhis-web-mobile-velocity/layout.vm 2013-11-25 09:51:18 +0000 +++ dhis-2/dhis-web/dhis-web-mobile/src/main/webapp/WEB-INF/dhis-web-mobile-velocity/layout.vm 2013-12-18 16:29:33 +0000 @@ -30,7 +30,20 @@ #parse( $page ) #end -#googleAnalyticsUA() +#* Seems we can't access macros.vm from login.vm/login_mobile.vm so we include the full script here *# +#if( $googleAnalyticsUA && $googleAnalyticsUA != '' ) + +#end