From 5321e775f92bc304456e7b6ed55ad169bf21ba16 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 26 Feb 2013 19:20:58 +0400 Subject: remove update on checksum change (updated status has been removed); rtl stuff (unused) --- js/prefs.js | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'js/prefs.js') 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); -- cgit v1.2.3