Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan committed Oct 9, 2024
1 parent f9586c3 commit 3c289df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xblocks_contrib/word_cloud/word_cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def student_view(self, context=None): # pylint: disable=W0613
# TODO: Add i188n
# i18n_service = self.runtime.service(self, 'i18n')
))
frag.add_css(resource_loader.load_unicode("static/css/word_cloud.css.css"))
frag.add_css(resource_loader.load_unicode("static/css/word_cloud.css"))
frag.add_javascript(resource_loader.load_unicode("static/js/src/word_cloud.js"))
frag.add_javascript(resource_loader.load_unicode("static/js/src/d3.min.js"))
frag.add_javascript(resource_loader.load_unicode("static/js/src/d3.layout.cloud.js"))
Expand Down

0 comments on commit 3c289df

Please sign in to comment.