From: Josh Williams Date: Fri, 4 Oct 2013 19:29:54 +0000 (-0400) Subject: Apply the same fix to another _trackEvent call X-Git-Tag: release-20150131~386^2~66 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2db520a4bd38bb4f70bbd5d99fcc08346d5deeb6;p=oweals%2Fkarmaworld.git Apply the same fix to another _trackEvent call --- 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;