From 2db520a4bd38bb4f70bbd5d99fcc08346d5deeb6 Mon Sep 17 00:00:00 2001 From: Josh Williams Date: Fri, 4 Oct 2013 15:29:54 -0400 Subject: [PATCH] Apply the same fix to another _trackEvent call --- karmaworld/templates/partial/filepicker.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karmaworld/templates/partial/filepicker.html b/karmaworld/templates/partial/filepicker.html index 1b3f24c..86c6b37 100644 --- a/karmaworld/templates/partial/filepicker.html +++ b/karmaworld/templates/partial/filepicker.html @@ -154,7 +154,7 @@ $('#save-btn').on('click', function(e){ e.stopPropagation(); - _trackEvent('upload', 'upload form submitted'); + _gat._getTracker()._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