diff options
author | Joe Robinson <joe@lc8n.com> | 2016-10-13 22:34:21 +0100 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2016-10-13 22:34:21 +0100 |
commit | 40b1c978b00911cf17dc1a7b45c10b82ce57641d (patch) | |
tree | b8bdb5a380fb250ea490869ec85dd3f81bec4afa /index.html | |
parent | 97fa9bf68f5e3aa50f094fa7e7bb4c427f2702aa (diff) |
Fix PM sending/receiving, some cleanup for messages
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |