From a2bfd7d2aaf5a8bf86f281d743fd99fd70424162 Mon Sep 17 00:00:00 2001 From: Andrew Magliozzi Date: Fri, 4 Oct 2013 13:27:32 -0400 Subject: [PATCH] moving google analytics method to post request click handler --- karmaworld/templates/partial/filepicker.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/karmaworld/templates/partial/filepicker.html b/karmaworld/templates/partial/filepicker.html index 04a4afa..e2449ee 100644 --- a/karmaworld/templates/partial/filepicker.html +++ b/karmaworld/templates/partial/filepicker.html @@ -29,10 +29,6 @@

Your files are being processed and should be viewable within a few minutes.

If you'd like to share again, please click here.

- - @@ -158,6 +154,7 @@ $('#save-btn').on('click', function(e){ e.stopPropagation(); + _trackEvent('upload', 'upload form submitted'); $('#forms_container .inline-form').each(function(i,el){ console.log("inline form " + i + "el: " + el); var name, tags, fpurl, course; -- 2.25.1