multiple feed editor: fix bug due to removal of hidden parameter
This commit is contained in:
parent
00d821d158
commit
b62f7265cc
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";
|
||||
|
|
Loading…
Reference in New Issue