Skip to content

Instantly share code, notes, and snippets.

@andershaig
Forked from nitishn/app.js
Last active August 29, 2015 13:56
Show Gist options
  • Save andershaig/9297079 to your computer and use it in GitHub Desktop.
Save andershaig/9297079 to your computer and use it in GitHub Desktop.
<!-- This would go within the {% if sweeps_settings.completed %} section -->
<div id="ref-id" data-id="{{ sweeps_settings.referral_id }}"></div>
$(document).on('didRefreshWidgetContent', function () {
var referral_id = $('#ref-id').data('id');
// referral url is canvas_url + reverral_id
the_referral_url = '';
the_referral_url = "{{ canvas_url }}" + "?app_" + referral_id;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment