summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
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) {