summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-12-17 17:14:20 +0300
committerAndrew Dolgov <[email protected]>2010-12-17 17:14:20 +0300
commit7d8eca888cf48a12382765cac73efd045366882c (patch)
tree8d5fe00612722cebfb7dcbfaafc087ac612f5a6c /functions.js
parentee273da6fa99a5a6508ef23d64dddd1f77a3c9ca (diff)
fix feed editor when FORCE_ARTICLE_PURGE is enabled
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions.js b/functions.js
index 91318b020..67d7b4f23 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();
}})
}