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