diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2009-01-22 17:30:37 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2009-01-22 17:30:37 +0100 |
| commit | 6906f145918586c2f2c453d83857f2442df9b94a (patch) | |
| tree | 44b8cd79b4ea2ce3110fb2e5eb6610a85edd7cf7 /prefs.js | |
| parent | 9e97b64e48a03e14ed46961af8fe45585d908c3e (diff) | |
pref-feeds: rework external subscription notice
Diffstat (limited to 'prefs.js')
| -rw-r--r-- | prefs.js | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; } |