Register | Login
Monday, May 21, 2012
  Search
 Discussion Forums at Locopon's Minimize
 
Forum / ForosForum / ForosModules/ModulosModules/ModulosDSLocalizatorDSLocalizatorWhite Space Remover OptionWhite Space Remover Option
Previous Previous
 
Next Next
New Post
 8/31/2006 12:21 AM
 

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.

New Post
 9/1/2006 8:44 PM
 
Thanks for the info. I will look into this
Previous Previous
 
Next Next
Forum / ForosForum / ForosModules/ModulosModules/ModulosDSLocalizatorDSLocalizatorWhite Space Remover OptionWhite Space Remover Option