summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorwn_ <[email protected]>2023-10-26 15:01:43 +0000
committerwn_ <[email protected]>2023-10-26 15:01:43 +0000
commitc7e1caf223f51a08b275e47d9e6f79284ba375dd (patch)
treee5fb0fab78868612c14eb064bbc73d4ba07025a3 /js
parent8c9c69921f8552e49291df9e2503709aaa564270 (diff)
Fix class names in some more places.
Related to the PSR-4 move via 865ecc87963dc3b26e66296616eef2a1cc41ac3f
Diffstat (limited to 'js')
-rw-r--r--js/Article.js2
-rw-r--r--js/CommonDialogs.js2
-rw-r--r--js/PrefHelpers.js2
3 files changed, 3 insertions, 3 deletions
diff --git a/js/Article.js b/js/Article.js
index 85cee6322..694c7e616 100644
--- a/js/Article.js
+++ b/js/Article.js
@@ -352,7 +352,7 @@ const Article = {
title: __("Article tags"),
content: `
${App.FormFields.hidden_tag("id", id.toString())}
- ${App.FormFields.hidden_tag("op", "article")}
+ ${App.FormFields.hidden_tag("op", "Article")}
${App.FormFields.hidden_tag("method", "setArticleTags")}
<header class='horizontal'>
diff --git a/js/CommonDialogs.js b/js/CommonDialogs.js
index e7190e07c..8d4241ef8 100644
--- a/js/CommonDialogs.js
+++ b/js/CommonDialogs.js
@@ -35,7 +35,7 @@ const CommonDialogs = {
content: `
<form onsubmit='return false'>
- ${App.FormFields.hidden_tag("op", "feeds")}
+ ${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>
diff --git a/js/PrefHelpers.js b/js/PrefHelpers.js
index 7a4c99340..cf822d987 100644
--- a/js/PrefHelpers.js
+++ b/js/PrefHelpers.js
@@ -280,7 +280,7 @@ const Helpers = {
${__("You can override colors, fonts and layout of your currently selected theme with custom CSS declarations here.")}
</div>
- ${App.FormFields.hidden_tag('op', 'rpc')}
+ ${App.FormFields.hidden_tag('op', 'RPC')}
${App.FormFields.hidden_tag('method', 'setpref')}
${App.FormFields.hidden_tag('key', 'USER_STYLESHEET')}