* VRFS-1119 - GA variable not prefixed correctly

This commit is contained in:
Seth Call 2014-02-14 13:27:31 -06:00
parent 84ce286588
commit 694a57bb4a
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@
})
.done(function() {
app.layout.closeDialog('recordingFinished');
GA.trackMakeRecording();
context.JK.GA.trackMakeRecording();
})
.fail(function(jqXHR) {
if(jqXHR.status == 422) {