nodebb-theme-persona 13.2.12 → 13.2.13

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.2.12",
3
+ "version": "13.2.13",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.3.0"
6
6
  },
@@ -2,10 +2,7 @@
2
2
  </main>
3
3
  {{{ if !isSpider }}}
4
4
  <div component="toaster/tray" class="alert-window">
5
- <div id="reconnect-alert" class="alert alert-dismissible alert-warning clearfix hide" component="toaster/toast">
6
- <button type="button" class="btn-close float-end" data-bs-dismiss="alert" aria-hidden="true"></button>
7
- <p>[[global:reconnecting-message, {config.siteTitle}]]</p>
8
- </div>
5
+ <!-- IMPORT partials/reconnect-alert.tpl -->
9
6
  </div>
10
7
  {{{ end }}}
11
8
  <!-- IMPORT modules/taskbar.tpl -->