Commit 69a546ea by Xavier Antoviaque

Rename jquery.shorten.js to match restrictions for XBlock resource name

parent d7e773f8
......@@ -76,7 +76,7 @@ class MentoringTableBlock(LightChild):
fragment.add_css_url(self.runtime.local_resource_url(self.xblock_container,
'public/css/mentoring-table.css'))
fragment.add_javascript_url(self.runtime.local_resource_url(self.xblock_container,
'public/js/vendor/jquery.shorten.js'))
'public/js/vendor/jquery-shorten.js'))
fragment.add_javascript_url(self.runtime.local_resource_url(self.xblock_container,
'public/js/mentoring-table.js'))
fragment.initialize_js('MentoringTableBlock')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment