nodebb-theme-harmony 2.2.22 → 2.2.23

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.2.22",
3
+ "version": "2.2.23",
4
4
  "nbbpm": {
5
5
  "compatibility": "^4.0.0"
6
6
  },
@@ -268,12 +268,7 @@
268
268
  <td style="width:100%;">
269
269
  <div class="align-items-center">
270
270
  <label class="text-sm tracking-tight" for="{./name}">{./label}</label>
271
- <select class="form-select form-select-sm d-none" id="{./name}" data-property="{./name}">
272
- <option value="none" {{{ if ./none }}}selected{{{ end }}}>[[notifications:none]]</option>
273
- <option value="notification" {{{ if ./notification }}}selected{{{ end }}}>[[notifications:notification-only]]</option>
274
- <option value="email" {{{ if ./email }}}selected{{{ end }}}>[[notifications:email-only]]</option>
275
- <option value="notificationemail" {{{ if ./notificationemail }}}selected{{{ end }}}>[[notifications:notification-and-email]]</option>
276
- </select>
271
+ <input type="hidden" data-property="{./name}" value="{./value}">
277
272
  </div>
278
273
  </td>
279
274
  <td class="text-center">