diff options
| author | Xe <me@christine.website> | 2021-12-19 18:14:45 +0000 |
|---|---|---|
| committer | Xe <me@christine.website> | 2021-12-19 18:14:45 +0000 |
| commit | b95a8760e46e3b29d00a6a5ffd672546a5aac992 (patch) | |
| tree | e82744a8d4d11bbab6c0e9e575dbe6bf09edd5c0 /static/js/conversation.js | |
| parent | 66fd857b569007f9e6e1452e2454b8fab46b4840 (diff) | |
| download | xesite-b95a8760e46e3b29d00a6a5ffd672546a5aac992.tar.xz xesite-b95a8760e46e3b29d00a6a5ffd672546a5aac992.zip | |
fix JS
Signed-off-by: Xe <me@christine.website>
Diffstat (limited to 'static/js/conversation.js')
| -rw-r--r-- | static/js/conversation.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/js/conversation.js b/static/js/conversation.js index d20865f..95626f0 100644 --- a/static/js/conversation.js +++ b/static/js/conversation.js @@ -26,6 +26,7 @@ export class Conversation extends HTMLElement { let who = this.getAttribute("name"); let mood = this.getAttribute("mood"); + root.appendChild(h("link", {rel: "stylesheet", href: "/css/hack.css"})); root.appendChild(h("link", {rel: "stylesheet", href: "/css/gruvbox-dark.css"})); root.appendChild(h("link", {rel: "stylesheet", href: "/css/shim.css"})); root.appendChild(h("style", {textContent: `img { width: 67%; }`})); |
