Type of Extension: "Tool" - not being accepted by form validation
Posted: Thu Apr 06, 2006 12:18 pm
Just submitted my first extension, which falls under the category "Tools" and noticed that the javascript that is validating the submission form does not recognise the "Extension includes: Tool" checkbox. Although checked it gives js alert "Please select the type of extension before submitting".
There is
missing from this line:
Nic
There is
Code: Select all
&& !gebid('cmt_tool').checked
missing from this line:
Code: Select all
} else if (!gebid('cmt_com').checked && !gebid('cmt_mod').checked && !gebid('cmt_plugin').checked && !gebid('cmt_lang').checked ){
Nic