diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2021-02-17 19:34:54 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2021-02-17 19:34:54 +0300 |
| commit | b16abc157ee584f4be80a537ee24ec9e5ff25496 (patch) | |
| tree | b09e841d5cc1be8b066ac831588d01792ea1ad01 /js/PrefFeedTree.js | |
| parent | 92cb91e2e22282e3ad9da2f5312d7815720af6b6 (diff) | |
* App: rename hidden to hidden_tag
* search: use client dialog
* add some form field helpers
Diffstat (limited to 'js/PrefFeedTree.js')
| -rw-r--r-- | js/PrefFeedTree.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/PrefFeedTree.js b/js/PrefFeedTree.js index e0a2dd932..e081e2e31 100644 --- a/js/PrefFeedTree.js +++ b/js/PrefFeedTree.js @@ -405,8 +405,8 @@ define(["dojo/_base/declare", "dojo/dom-construct", "lib/CheckBoxTree", "dojo/_b }, content: ` <form onsubmit='return false'> - ${App.FormFields.hidden("op", "pref-feeds")} - ${App.FormFields.hidden("method", "batchaddfeeds")} + ${App.FormFields.hidden_tag("op", "pref-feeds")} + ${App.FormFields.hidden_tag("method", "batchaddfeeds")} <header class='horizontal'> ${__("One valid feed per line (no detection is done)")} |