- Setup tested under IE8

- Added migration code, during the setup, for the hierarchical keys

SVN:trunk[1358]
This commit is contained in:
Denis Flaven
2011-07-25 14:14:05 +00:00
parent 189b802452
commit 46781c349f
4 changed files with 52 additions and 13 deletions

View File

@@ -289,7 +289,7 @@ function LoadNextDataFile(response, status, xhr)
{
// We're done
$("#progress").progression({ Current: 100, Maximum: 100, aBackgroundImg: 'orange-progress.gif', aTextColor: '#000000' });
$('#setup').unblock();
//$('#setup').unblock();
$('#GoToNextStep').submit(); // Use the hidden form to navigate to the next step
}
}