From: Andrew Dolgov Date: Fri, 17 Dec 2010 14:14:20 +0000 (+0300) Subject: fix feed editor when FORCE_ARTICLE_PURGE is enabled X-Git-Tag: 1.5.0~2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=7d8eca888cf48a12382765cac73efd045366882c;p=tt-rss.git fix feed editor when FORCE_ARTICLE_PURGE is enabled --- diff --git a/functions.js b/functions.js index 91318b02..67d7b4f2 100644 --- a/functions.js +++ b/functions.js @@ -1355,6 +1355,7 @@ function editFeed(feed, event) { parameters: dojo.objectToQuery(dialog.attr('value')), onComplete: function(transport) { dialog.hide(); + notify(''); updateFeedList(); }}) } diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index 33d3a43f..f97c6987 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -339,7 +339,8 @@ 'dojoType="dijit.form.Select"'); } else { - print ""; + print ""; }