Skip to content

Commit 56f5d27

Browse files
authored
Fix for dj4 (#15)
* fixed monaco * added pre js
1 parent 2265ae4 commit 56f5d27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

monaco/widgets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ def render(self, name, value, attrs=None):
1717

1818
class Media:
1919
css = {"all": ("monaco.custom.css",)}
20-
js = ("https://code.jquery.com/jquery-3.5.1.min.js", "monaco/loader.js", "monaco.config.js",)
20+
js = ("monaco/loader.js", "monaco.config.js")
2121

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="squad-django-monaco",
10-
version="1.2.5",
10+
version="1.2.6",
1111
packages=["monaco"],
1212
description="Monaco editor widgets in the Django Admin",
1313
include_package_data=True,

0 commit comments

Comments
 (0)