]> git.wh0rd.org Git - tt-rss.git/commitdiff
fix batchSubscribe dialog not closing/feedlist not updating
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 15 Aug 2012 06:41:59 +0000 (10:41 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 15 Aug 2012 06:41:59 +0000 (10:41 +0400)
js/prefs.js

index d351a7bc3c3b2fc9dcbdfc5d8bad272c930e1abb..3ce453c47a0006722af15173322f494f1c6ecbbe 100644 (file)
@@ -2116,7 +2116,9 @@ function batchSubscribe() {
                                        new Ajax.Request("backend.php", {
                                                parameters: dojo.objectToQuery(this.attr('value')),
                                                onComplete: function(transport) {
-                                                       this.hide();
+                                                       notify("");
+                                                       updateFeedList();
+                                                       dialog.hide();
                                                } });
                                        }
                        },