summaryrefslogtreecommitdiff
path: root/js/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-02-26 19:20:58 +0400
committerAndrew Dolgov <[email protected]>2013-02-26 19:20:58 +0400
commit5321e775f92bc304456e7b6ed55ad169bf21ba16 (patch)
tree9f05f4756fabf7a045ec0372a4e9298de0d35fed /js/prefs.js
parent5d56d100f1acaee498b6d7da12c4bf10f416c49f (diff)
remove update on checksum change (updated status has been removed); rtl stuff (unused)
Diffstat (limited to 'js/prefs.js')
-rw-r--r--js/prefs.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/js/prefs.js b/js/prefs.js
index 3f569a644..676fb914a 100644
--- a/js/prefs.js
+++ b/js/prefs.js
@@ -710,11 +710,6 @@ function editSelectedFeeds() {
/* Form.serialize ignores unchecked checkboxes */
- if (!query.match("&rtl_content=") &&
- this.getChildByName('rtl_content').attr('disabled') == false) {
- query = query + "&rtl_content=false";
- }
-
if (!query.match("&private=") &&
this.getChildByName('private').attr('disabled') == false) {
query = query + "&private=false";
@@ -742,11 +737,6 @@ function editSelectedFeeds() {
query = query + "&mark_unread_on_update=false";
}
- if (!query.match("&update_on_checksum_change=") &&
- this.getChildByName('update_on_checksum_change').attr('disabled') == false) {
- query = query + "&update_on_checksum_change=false";
- }
-
console.log(query);
notify_progress("Saving data...", true);