summaryrefslogtreecommitdiff
path: root/js/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-01 11:14:27 +0400
committerAndrew Dolgov <[email protected]>2013-04-01 11:14:27 +0400
commit1c9bda915bb8a734af27cc3a2d2dd1cc16f2d5fd (patch)
tree5d9244ab519b3611f0f1f411af50728a3f83a61d /js/functions.js
parenta7edcc5585b5d2995c4ea033c242bb42ce95ca78 (diff)
move several methods from dlg; fix displayed tags not updated after editing
Diffstat (limited to 'js/functions.js')
-rw-r--r--js/functions.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/functions.js b/js/functions.js
index 987b96702..0b39cc466 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -830,7 +830,7 @@ function addLabel(select, callback) {
function quickAddFeed() {
try {
- var query = "backend.php?op=dlg&method=quickAddFeed";
+ var query = "backend.php?op=feeds&method=quickAddFeed";
// overlapping widgets
if (dijit.byId("batchSubDlg")) dijit.byId("batchSubDlg").destroyRecursive();
@@ -1635,7 +1635,7 @@ function editFeed(feed, event) {
function feedBrowser() {
try {
- var query = "backend.php?op=dlg&method=feedBrowser";
+ var query = "backend.php?op=feeds&method=feedBrowser";
if (dijit.byId("feedAddDlg"))
dijit.byId("feedAddDlg").hide();