nodebb-theme-harmony 2.0.30 → 2.0.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-theme-harmony",
3
- "version": "2.0.30",
3
+ "version": "2.0.31",
4
4
  "nbbpm": {
5
5
  "compatibility": "^4.0.0"
6
6
  },
package/public/harmony.js CHANGED
@@ -122,6 +122,7 @@ $(document).ready(function () {
122
122
  setTimeout(enableAutohide, 250);
123
123
  });
124
124
  hooks.on('action:ajaxify.end', function () {
125
+ bottomBar.removeClass('hidden');
125
126
  const { template } = ajaxify.data;
126
127
  stickyTools = (template.category || template.topic) ? $('.sticky-tools') : null;
127
128
  $window.off('scroll', delayedScroll);