summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2016-10-13 22:34:21 +0100
committerJoe Robinson <joe@lc8n.com>2016-10-13 22:34:21 +0100
commit40b1c978b00911cf17dc1a7b45c10b82ce57641d (patch)
treeb8bdb5a380fb250ea490869ec85dd3f81bec4afa /index.html
parent97fa9bf68f5e3aa50f094fa7e7bb4c427f2702aa (diff)
Fix PM sending/receiving, some cleanup for messages
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 35254dc..7a7951c 100644
--- a/index.html
+++ b/index.html
@@ -53,7 +53,7 @@
window.$ = window.jQuery = require('./lib/jquery-2.2.2.js');
blachat = require("./index.js");
function scrollToTop(channel) {
- var chatTab = $("[data-tab=chan-"+ channel +"].chat");
+ var chatTab = $("[data-tab="+ channel +"].chat");
chatTab.scrollTop(chatTab.prop('scrollHeight'));
}
</script>