aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorDavid Skoland <davidskoland@gmail.com>2023-11-18 22:52:55 +0100
committerDavid Skoland <davidskoland@gmail.com>2023-11-18 22:52:55 +0100
commit8a3a7bb1fb017bab6dcce849146131ef01781642 (patch)
tree2b93254c95fb47259216053e79bd98d1bed48116 /public
parentd5c5cc6f38730fe1e7f8eeb7d47f2feba24c367f (diff)
Make links in OOC chat clickable
Diffstat (limited to 'public')
-rw-r--r--public/client.html2
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)">