From 48ddbb3380f096ef5005fc3b86a48b933a297b5d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 30 Apr 2008 08:20:47 +0100 Subject: [PATCH] add some initial scoring work (js) --- functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.js b/functions.js index 8f58f3536..9ef91c59a 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;