comment out google analytics tracking
authorAndrew Magliozzi <andrew.magliozzi@gmail.com>
Tue, 15 Oct 2013 18:38:45 +0000 (14:38 -0400)
committerAndrew Magliozzi <andrew.magliozzi@gmail.com>
Tue, 15 Oct 2013 18:38:45 +0000 (14:38 -0400)
karmaworld/templates/partial/filepicker.html

index 89a79973116c37387a9e9c5d5d9df8424127e9bb..ffffdb8b0045e720ad2506b560e025788a7f9e52 100644 (file)
                   $('#success').show();
                   document.getElementById('save-btn').style.display = 'none';
                   $('#forms_container .inline-form').remove();
-                  _gat._getTracker()._trackEvent('upload', 'upload form submitted');
+                  // _gat._getTracker()._trackEvent('upload', 'upload form submitted');
                   setTimeout(function(){
                     location.reload(true);
                   }, 15000);