nodebb-plugin-shoutbox
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "nodebb-plugin-shoutbox", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "NodeBB Shoutbox Plugin", | ||
@@ -5,0 +5,0 @@ "main": "library.js", |
@@ -19,3 +19,3 @@ 'use strict'; | ||
if (this.dom.shoutsContainer) { | ||
const container = $(this.dom.shoutsContainer) | ||
const container = $(this.dom.shoutsContainer); | ||
$(this.dom.shoutsContainer).on('scroll', utils.debounce(function () { | ||
@@ -186,3 +186,3 @@ const st = container.scrollTop(); | ||
}, | ||
placement: 'bottom', | ||
placement: 'top', | ||
}, | ||
@@ -189,0 +189,0 @@ }; |
495981