[FIX] Going into production
authorvta vta@openerp.com <>
Tue, 8 Jan 2013 10:39:31 +0000 (11:39 +0100)
committervta vta@openerp.com <>
Tue, 8 Jan 2013 10:39:31 +0000 (11:39 +0100)
bzr revid: vta@openerp.com-20130108103931-55s7n8xrwrkztrgy

addons/web_analytics/static/src/js/web_analytics.js

index fedc13b..9960d3c 100644 (file)
@@ -26,15 +26,15 @@ openerp.web_analytics = function(instance) {
         *  This method initializes the tracker
         */
         init: function() {
-            /* Comment this lines when going on production, only used for testing on localhost */
+            /* Comment this lines when going on production, only used for testing on localhost
             _gaq.push(['_setAccount', 'UA-35793871-1']);
             _gaq.push(['_setDomainName', 'none']);
-            /**/
+            */
 
-            /* Uncomment this lines when going on production
+            /* Uncomment this lines when going on production */
             _gaq.push(['_setAccount', 'UA-7333765-1']);
             _gaq.push(['_setDomainName', '.openerp.com']);  // Allow multi-domain
-            */
+            /**/
         },
         /*
         * This method MUST be overriden by saas_demo and saas_trial in order to