mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 10:08:45 +02:00
- 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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user