From 812857027928751c3e0176d999c0e527c0890fdb Mon Sep 17 00:00:00 2001 From: mleanos Date: Mon, 24 Aug 2015 23:23:55 -0700 Subject: [PATCH] [fix] Empty Chat Messages Disables the submit button on the Chat form, when no message is present. Also, removed the `data-` prefix from the various Chat view elements. --- modules/chat/client/views/chat.client.view.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/chat/client/views/chat.client.view.html b/modules/chat/client/views/chat.client.view.html index 7f072c9f22..c50632b056 100644 --- a/modules/chat/client/views/chat.client.view.html +++ b/modules/chat/client/views/chat.client.view.html @@ -1,5 +1,5 @@ -
+
@@ -7,22 +7,22 @@

Chat Example

- + - +
    -
  • - - {{message.username}} +
  • + + {{message.username}}
    - +
    - +