mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:55:55 +00:00
multiple feed editor: fix bug due to removal of hidden parameter
This commit is contained in:
5
prefs.js
5
prefs.js
@@ -1972,11 +1972,6 @@ function feedsEditSave() {
|
||||
|
||||
/* Form.serialize ignores unchecked checkboxes */
|
||||
|
||||
if (!query.match("&hidden=") &&
|
||||
f.hidden.disabled == false) {
|
||||
query = query + "&hidden=false";
|
||||
}
|
||||
|
||||
if (!query.match("&rtl_content=") &&
|
||||
f.rtl_content.disabled == false) {
|
||||
query = query + "&rtl_content=false";
|
||||
|
||||
Reference in New Issue
Block a user