mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:15:55 +00:00
remove update on checksum change (updated status has been removed); rtl stuff (unused)
This commit is contained in:
10
js/prefs.js
10
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);
|
||||
|
||||
Reference in New Issue
Block a user