1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 16:55:57 +00:00

add some initial scoring work (js)

This commit is contained in:
Andrew Dolgov
2008-04-30 08:20:47 +01:00
parent ff6e357a62
commit 48ddbb3380

View File

@@ -1592,7 +1592,7 @@ function filterDlgCheckAction(sender) {
} }
// if selected action supports parameters, enable params field // if selected action supports parameters, enable params field
if (action == 4) { if (action == 4 || action == 6) {
action_param.disabled = false; action_param.disabled = false;
} else { } else {
action_param.disabled = true; action_param.disabled = true;