Skip to content

Commit

Permalink
Bump trip to 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
parisk authored Oct 3, 2023
1 parent 106c6f2 commit 77b85f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prose/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ class RichTextEditor(Textarea):
class Media:
css = {
"all": (
"https://unpkg.com/[email protected].6/dist/trix.css",
"https://unpkg.com/[email protected].7/dist/trix.css",
"prose/editor.css",
),
}
js = (
"https://unpkg.com/[email protected].6/dist/trix.umd.min.js",
"https://unpkg.com/[email protected].7/dist/trix.umd.min.js",
"prose/editor.js",
)

0 comments on commit 77b85f3

Please sign in to comment.