summaryrefslogtreecommitdiff
path: root/js/Feeds.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Feeds.js')
-rw-r--r--js/Feeds.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/Feeds.js b/js/Feeds.js
index 98db500aa..ccb982cb3 100644
--- a/js/Feeds.js
+++ b/js/Feeds.js
@@ -562,6 +562,7 @@ const Feeds = {
{op: "feeds", method: "search",
param: Feeds.getActive() + ":" + Feeds.activeIsCat()},
(transport) => {
+
const dialog = new dijit.Dialog({
id: "searchDlg",
content: transport.responseText,
@@ -581,7 +582,7 @@ const Feeds = {
},
});
- const tmph = dojo.connect(dialog, 'onLoad', function () {
+ const tmph = dojo.connect(dialog, 'onShow', function () {
dojo.disconnect(tmph);
if (Feeds._search_query) {