summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-22 17:30:37 +0100
committerAndrew Dolgov <[email protected]>2009-01-22 17:30:37 +0100
commit6906f145918586c2f2c453d83857f2442df9b94a (patch)
tree44b8cd79b4ea2ce3110fb2e5eb6610a85edd7cf7 /prefs.js
parent9e97b64e48a03e14ed46961af8fe45585d908c3e (diff)
pref-feeds: rework external subscription notice
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/prefs.js b/prefs.js
index 33b53c381..38dde4660 100644
--- a/prefs.js
+++ b/prefs.js
@@ -1364,6 +1364,10 @@ function init_second_stage() {
caller_subop = getURLParam('subop');
+ if (getURLParam("subopparam")) {
+ caller_subop = caller_subop + ":" + getURLParam("subopparam");
+ }
+
if (tab) {
active_tab = tab;
}