Skip to content

Commit

Permalink
chore: add flag to stop override css from lms+studio and allow parago…
Browse files Browse the repository at this point in the history
…n to work
  • Loading branch information
leangseu-edx committed Jul 21, 2023
1 parent a666a1a commit 40bff46
Show file tree
Hide file tree
Showing 32 changed files with 196,720 additions and 18 deletions.
1 change: 1 addition & 0 deletions openassessment/xblock/openassessmentblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,7 @@ def _render_react_page(self, page_name, props, on_mount_func=None):
"PAGE_NAME": page_name,
"ON_MOUNT_FUNC": on_mount_func,
"IS_DEV_SERVER": LoadStatic.get_is_dev_server(),
"DISABLE_DEFAULT_CSS": True,
}

initialize_js_func='RenderReact'
Expand Down
2 changes: 2 additions & 0 deletions openassessment/xblock/static/dist/0.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions openassessment/xblock/static/dist/loading.700f47c45511c40e8104.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 40bff46

Please sign in to comment.