]> git.wh0rd.org - tt-rss.git/commitdiff
add some initial scoring work (js)
authorAndrew Dolgov <fox@madoka.spb.ru>
Wed, 30 Apr 2008 07:20:47 +0000 (08:20 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Wed, 30 Apr 2008 07:20:47 +0000 (08:20 +0100)
functions.js

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