Changed login button to be a link - as a submit IE was triggering the submit and the javascript, causing the login to occur twice and this would sometimes stuff up the sso cookie.
added lams1 check; check for spaces in inst dir; option to install jsmath as compressed/expanded; moved Sections before the Functions; changed check for wildfire port from 9090 to 5222
The 1.0.2 wddx import packets has 0x0a references which cause the parser to throw away some of the text. These references have been replaced with a newline to get around the problem.Added a method to WebUtil to convert newlines in instruction text to <BR/> to be used by the 1.0.2 import code for the tools.
The 1.0.2 has 0x0a references which cause the parser to throw away some of the text. These references have been replaced with a newline to get around the problem