From: Andrew Dolgov Date: Wed, 30 Apr 2008 07:20:47 +0000 (+0100) Subject: add some initial scoring work (js) X-Git-Tag: 1.2.22.1~11 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=48ddbb3380f096ef5005fc3b86a48b933a297b5d;p=tt-rss.git add some initial scoring work (js) --- diff --git a/functions.js b/functions.js index 8f58f353..9ef91c59 100644 --- a/functions.js +++ b/functions.js @@ -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;