nodebb-theme-persona 13.0.61 → 13.0.62

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-persona",
3
- "version": "13.0.61",
3
+ "version": "13.0.62",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.0.0"
6
6
  },
@@ -8,7 +8,7 @@
8
8
  </div>
9
9
  </div>
10
10
  {{{ end }}}
11
-
11
+ <!-- IMPORT modules/taskbar.tpl -->
12
12
  <!-- IMPORT partials/footer/js.tpl -->
13
13
  </body>
14
14
  </html>
@@ -1,3 +1,3 @@
1
- <div id="taskbar" class="taskbar fixed-bottom">
1
+ <div id="taskbar" component="taskbar" class="taskbar fixed-bottom">
2
2
  <div class="navbar-inner"><ul class="nav navbar-nav"></ul></div>
3
3
  </div>