summaryrefslogtreecommitdiff
path: root/js/CommonDialogs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-17 19:34:54 +0300
committerAndrew Dolgov <[email protected]>2021-02-17 19:34:54 +0300
commitb16abc157ee584f4be80a537ee24ec9e5ff25496 (patch)
treeb09e841d5cc1be8b066ac831588d01792ea1ad01 /js/CommonDialogs.js
parent92cb91e2e22282e3ad9da2f5312d7815720af6b6 (diff)
* App: rename hidden to hidden_tag
* search: use client dialog * add some form field helpers
Diffstat (limited to 'js/CommonDialogs.js')
-rw-r--r--js/CommonDialogs.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/CommonDialogs.js b/js/CommonDialogs.js
index c16afed82..dd0d56194 100644
--- a/js/CommonDialogs.js
+++ b/js/CommonDialogs.js
@@ -86,8 +86,8 @@ const CommonDialogs = {
content: `
<form onsubmit='return false'>
- ${App.FormFields.hidden("op", "feeds")}
- ${App.FormFields.hidden("method", "add")}
+ ${App.FormFields.hidden_tag("op", "feeds")}
+ ${App.FormFields.hidden_tag("method", "add")}
<div id='fadd_error_message' style='display : none' class='alert alert-danger'></div>