- Properly handle the "Enter" key in the setup screens

- Hidden modules are now enabled by default
- Added the GPLv3 licence as html for display in the setup

SVN:trunk[515]
This commit is contained in:
Denis Flaven
2010-06-30 17:26:12 +00:00
parent c93153f28c
commit 7ff800fa81
3 changed files with 730 additions and 31 deletions

View File

@@ -8,7 +8,8 @@ function NameIsValid(name)
function DoGoBack(iStep)
{
$('input[name=operation]').val('step'+(iStep-1));
return true; // Submit the form
$('#theForm').submit(); // Submit the form
return true;
}
function DoSubmit(sMsg, iStep)