Skip to content

Commit

Permalink
#145 the fix should be in :)
Browse files Browse the repository at this point in the history
  • Loading branch information
ephes committed Jun 15, 2024
1 parent a41efc6 commit fb8ad0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cast/wagtail_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def editor_js_audio_and_video_chooser_urls() -> str:
return format_html(
"""
<script>
// window.chooserUrls = {{}};
window.chooserUrls = {{}};
window.chooserUrls.audioChooser = '{0}';
window.chooserUrls.videoChooser = '{1}';
</script>
Expand Down

0 comments on commit fb8ad0d

Please sign in to comment.