From 1e5c137cd1280254b29c08a8ef55d38ca60b2207 Mon Sep 17 00:00:00 2001 From: richardbarran Date: Sat, 1 Aug 2009 21:47:42 +0000 Subject: [PATCH] Demo templates: on load, focus on the message input box. git-svn-id: http://django-jqchat.googlecode.com/svn/trunk@9 8369a704-5b4a-11de-992f-fdd7e25b9163 --- jqchat/templates/jqchat/chat_test.html | 2 +- jqchat/templates/jqchat/chat_test_with_desc.html | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/jqchat/templates/jqchat/chat_test.html b/jqchat/templates/jqchat/chat_test.html index 9322c3d..913623c 100644 --- a/jqchat/templates/jqchat/chat_test.html +++ b/jqchat/templates/jqchat/chat_test.html @@ -49,6 +49,6 @@
- + {% endblock %} diff --git a/jqchat/templates/jqchat/chat_test_with_desc.html b/jqchat/templates/jqchat/chat_test_with_desc.html index 3eeb1f9..b1cab9f 100644 --- a/jqchat/templates/jqchat/chat_test_with_desc.html +++ b/jqchat/templates/jqchat/chat_test_with_desc.html @@ -62,4 +62,7 @@ + + + {% endblock %} -- 2.39.5