Skip to content

Instantly share code, notes, and snippets.

@jakul
Created October 7, 2013 11:25
Show Gist options
  • Save jakul/6866321 to your computer and use it in GitHub Desktop.
Save jakul/6866321 to your computer and use it in GitHub Desktop.
// update KISSmetrics
if (typeof(_kmq) != "undefined") {
_kmq.push(function() {
KM.record('locum_createinvoice_complete', {
'locum_id': $modal.data('userid'),
'job_id': $modal.data('jobid')
});
} );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment