When white space remover option is set, I discovered there is a bug in producing the javascript (Dean Brettle, who produced NeatUpload, helps to discover this, www.brettle.com).
One instance is as below:
Original code:
if (window.stop || window.document.execCommand)
return true;
else
return false;
into:
if (window.stop || window.document.execCommand)return true;elsereturn false;
DSLocaloizator is an excellent work. This information is provided as a contribution to the user group.