summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-22 09:53:26 +0300
committerAndrew Dolgov <[email protected]>2010-01-22 09:53:26 +0300
commitb62f7265cc33490cbaf4dfa467b8bd49fd5c8a94 (patch)
tree76e3675302c7fc1af1fd37fd49e67846acc98400 /prefs.js
parent00d821d1585b617a1ad7879021aaad9dd507d484 (diff)
multiple feed editor: fix bug due to removal of hidden parameter
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/prefs.js b/prefs.js
index 8dbe89c8f..2a82ae692 100644
--- a/prefs.js
+++ b/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";