diff options
author | metamuffin <metamuffin@disroot.org> | 2022-09-11 15:58:40 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-09-11 15:58:40 +0200 |
commit | e4d38a4c649e9e2fe531de3ca95ac45dc3f35222 (patch) | |
tree | 548290c65392a2744a9c40a0894e957c770e6a83 /client-web/source/helper.ts | |
parent | 97bedee40f0f5d7f8d949b8ac437eaeae41db949 (diff) | |
download | keks-meet-e4d38a4c649e9e2fe531de3ca95ac45dc3f35222.tar keks-meet-e4d38a4c649e9e2fe531de3ca95ac45dc3f35222.tar.bz2 keks-meet-e4d38a4c649e9e2fe531de3ca95ac45dc3f35222.tar.zst |
webrtc debugger
Diffstat (limited to 'client-web/source/helper.ts')
-rw-r--r-- | client-web/source/helper.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client-web/source/helper.ts b/client-web/source/helper.ts index a319172..e07fc7a 100644 --- a/client-web/source/helper.ts +++ b/client-web/source/helper.ts @@ -35,6 +35,7 @@ export const eh3 = elem_with_content("h3") export const eh4 = elem_with_content("h4") export const eh5 = elem_with_content("h5") export const eh6 = elem_with_content("h6") +export const epre = elem_with_content("pre") export const ediv = elem_with_children("div") export const etr = elem_with_children("tr") export const etd = elem_with_children("td") |