Skip to content
Snippets Groups Projects
Commit 0b16992c authored by Douglas Hall's avatar Douglas Hall
Browse files

Merge pull request #32 from Harvard-University-iCommons/bug/douglashall/fix_append_resource_link_id

Fix append_resource_link_id
parents 50345b3d 51cb4cef
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ window.globals.append_resource_link_id = function(url){
var url_separator = (url.match(/\?/)) ? '&' : '?';
return url + url_separator + 'resource_link_id=' + window.globals.RESOURCE_LINK_ID;
}
return url;
};
$(document).ajaxSend(function(event, jqxhr, settings){
......
......@@ -8,7 +8,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup(
name='django-auth-lti',
version='1.2.2',
version='1.2.3',
packages=['django_auth_lti'],
include_package_data=True,
license='TBD License', # example license
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment