summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-20 12:39:22 +0100
committerAndrew Dolgov <[email protected]>2006-05-20 12:39:22 +0100
commit79f3553b8b82e9b62b82456bdcdf74a4abe162fe (patch)
treee89a1617133f03eb474507b41d6f3cb450338628 /prefs.js
parent14f69488dafab0fc44666038eb370d59b54d1e9c (diff)
create filter dialog uses prototype
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/prefs.js b/prefs.js
index c9001e8a0..e8c36bc7c 100644
--- a/prefs.js
+++ b/prefs.js
@@ -1313,7 +1313,7 @@ function categorizeSelectedFeeds() {
var sel_rows = getSelectedFeeds();
var cat_sel = document.getElementById("sfeed_set_fcat");
- var cat_id = cat_sel[cat_sel.selectedIndex].id;
+ var cat_id = cat_sel[cat_sel.selectedIndex].value;
if (sel_rows.length > 0) {