1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Richard Beales
2013-03-19 19:20:14 +00:00
38 changed files with 3693 additions and 3266 deletions

View File

@@ -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";