nodebb-theme-harmony
Advanced tools
Comparing version 1.0.0-beta.53 to 1.0.0-beta.54
{ | ||
"name": "nodebb-theme-harmony", | ||
"version": "1.0.0-beta.53", | ||
"version": "1.0.0-beta.54", | ||
"nbbpm": { | ||
@@ -5,0 +5,0 @@ "compatibility": "^3.0.0" |
@@ -71,3 +71,2 @@ 'use strict'; | ||
function onWindowScroll() { | ||
@@ -109,3 +108,3 @@ const st = $window.scrollTop(); | ||
newPostsLoaded = true; | ||
enableAutohide(); | ||
setTimeout(enableAutohide, 250); | ||
}); | ||
@@ -116,3 +115,3 @@ hooks.on('action:ajaxify.end', function () { | ||
bottomBar.css({ bottom: 0 }); | ||
enableAutohide(); | ||
setTimeout(enableAutohide, 250); | ||
}); | ||
@@ -119,0 +118,0 @@ hooks.on('action:chat.loaded', function () { |
Sorry, the diff of this file is not supported yet
274371