summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorLibravatar jay 2020-03-11 22:56:41 -0300
committerLibravatar jay 2020-03-11 22:56:41 -0300
commit5aa59bf662561980755acf131897379092eeeba3 (patch)
tree7384cffcdc1ba7827d60089a02449ec91f21d26f /index.html
parent4114ad51d9d30f60855b32b185a62dd40dc960c3 (diff)
downloadbairadio-frontend-5aa59bf662561980755acf131897379092eeeba3.tar.gz
bairadio-frontend-5aa59bf662561980755acf131897379092eeeba3.tar.xz
bairadio-frontend-5aa59bf662561980755acf131897379092eeeba3.zip
Agregando historial de mensajes
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.html b/index.html
index 1d98d98..da625d4 100644
--- a/index.html
+++ b/index.html
@@ -50,6 +50,7 @@
<div id="box-history-title" class="boxtitle">Historial</div>
<div class="content">
<div id="history" class="box"></div>
+ <span class="resize" data-id="history"></span>
</div>
</div>
</div>
@@ -62,10 +63,11 @@
<div class="content">
<div id="chat-all" class="box"></div>
<form autocomplete="off" id="msg_cont">
+ <input id="current_server" type="hidden" />
<input id="msg_type" type="text" placeholder="Escribe un mensaje aquĆ­" maxlength="256" autofocus="autofocus" />
<input id="msg_send" class="btn" value="Enviar" type="submit" disabled="disabled" />
</form>
- <span id="resize"></span>
+ <span class="resize" data-id="chat-all"></span>
</div>
</div>
</div>