Last active
August 29, 2015 13:56
-
-
Save nitishn/9283137 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(document).on('didRefreshWidgetContent', function () { | |
// referral url is canvas_url + reverral_id | |
var the_referral_id = $('.ref-id').data('id'); | |
var the_referral_url = "{{ canvas_url }}" + "?wfrs=" + the_referral_id; | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- This would go within the {% if sweeps_settings.completed %} section --> | |
<div class="ref-id" data-id="{{ sweeps_settings.referral_id }}"></div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment