mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:05:56 +00:00
rework STRIP_IMAGES to remove embedding; add per-feed control over embedded images (bump schema)
This commit is contained in:
@@ -722,6 +722,13 @@ function editSelectedFeeds() {
|
||||
}
|
||||
} catch (e) { }
|
||||
|
||||
try {
|
||||
if (!query.match("&hide_images=") &&
|
||||
this.getChildByName('hide_images').attr('disabled') == false) {
|
||||
query = query + "&hide_images=false";
|
||||
}
|
||||
} catch (e) { }
|
||||
|
||||
if (!query.match("&include_in_digest=") &&
|
||||
this.getChildByName('include_in_digest').attr('disabled') == false) {
|
||||
query = query + "&include_in_digest=false";
|
||||
|
||||
Reference in New Issue
Block a user