summaryrefslogtreecommitdiff
path: root/js/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-10-02 15:24:08 +0400
committerAndrew Dolgov <[email protected]>2013-10-02 15:24:08 +0400
commit8f7a020e1b90445b049280f47a16b2868b209b14 (patch)
treeeb281ae631a6d5e63f4f727238b94b4c5a0850a3 /js/functions.js
parent05f14a7d19f217619e7d1220ac98f5788316dd2b (diff)
add notification to subscribe dialog when multiple feeds are detected
Diffstat (limited to 'js/functions.js')
-rw-r--r--js/functions.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/functions.js b/js/functions.js
index c75fb95cb..fdd791598 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -854,6 +854,8 @@ function quickAddFeed() {
case 4:
feeds = rc['feeds'];
+ Element.show("fadd_multiple_notify");
+
var select = dijit.byId("feedDlg_feedContainerSelect");
while (select.getOptions().length > 0)