summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-04-30 08:20:47 +0100
committerAndrew Dolgov <[email protected]>2008-04-30 08:20:47 +0100
commit48ddbb3380f096ef5005fc3b86a48b933a297b5d (patch)
treee8733ea301a1844801e104d308165856b5c838be /functions.js
parentff6e357a62a050d0fddb844311717ea3ccfb40dd (diff)
add some initial scoring work (js)
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js2
1 files changed, 1 insertions, 1 deletions
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;