diff options
| author | David Skoland <davidskoland@gmail.com> | 2023-11-18 22:52:55 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2023-11-18 22:52:55 +0100 |
| commit | 8a3a7bb1fb017bab6dcce849146131ef01781642 (patch) | |
| tree | 2b93254c95fb47259216053e79bd98d1bed48116 /public | |
| parent | d5c5cc6f38730fe1e7f8eeb7d47f2feba24c367f (diff) | |
Make links in OOC chat clickable
Diffstat (limited to 'public')
| -rw-r--r-- | public/client.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/client.html b/public/client.html index 2121c87..0d973ec 100644 --- a/public/client.html +++ b/public/client.html @@ -613,7 +613,7 @@ <template id="ooc"> <meta name="frame-title" lang="en" content="Server"> <div style="height: 100%; display: flex; flex-direction: column;"> - <textarea id="client_ooclog" style="flex: 1 auto" readonly></textarea> + <div id="client_ooclog" style="flex: 1 auto" readonly></div> <span id="client_oocinput"> <input id="OOC_name" name="OOC_name" type="text"> <input id="client_oocinputbox" type="text" onkeypress="onOOCEnter(event)"> |
