File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Types of changes are to be listed in this order
24
24
25
25
- Nothing (yet)
26
26
27
- ## [ 1.1.0] - 2022-06-25
27
+ ## [ 1.1.0] - 2022-07-01
28
28
29
29
### Added
30
30
Original file line number Diff line number Diff line change @@ -14,16 +14,7 @@ def django_css(static_path: str):
14
14
static_path: The path to the static file. This path is identical to what you would
15
15
use on a `static` template tag.
16
16
"""
17
- return html ._ (
18
- html .script (
19
- """
20
- let parentTag = document.currentScript;
21
- console.log(parentTag);
22
- //parentTag.attachShadow({ mode: 'open' });
23
- """
24
- ),
25
- html .style (_cached_static_contents (static_path )),
26
- )
17
+ return html ._ (html .style (_cached_static_contents (static_path )))
27
18
28
19
29
20
@component
You can’t perform that action at this time.
0 commit comments