* VRFS-1119 - GA variable not prefixed correctly
This commit is contained in:
parent
84ce286588
commit
694a57bb4a
|
|
@ -128,7 +128,7 @@
|
|||
})
|
||||
.done(function() {
|
||||
app.layout.closeDialog('recordingFinished');
|
||||
GA.trackMakeRecording();
|
||||
context.JK.GA.trackMakeRecording();
|
||||
})
|
||||
.fail(function(jqXHR) {
|
||||
if(jqXHR.status == 422) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue