summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
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>