Brian May wrote:
>
> Ok, now I commented out this code in log(type, destination):
>
> //if ((type & 7) > 0 || isDebug()) {
> // if(isQuiet()) {
> // WshShell = WScript.CreateObject("WScript.Shell");
> // WshShell.logEvent(type, description);
> // } else {
> // alert(description);
> // }
> //}
>
> Now it works!
Ok, how do I go about debugging the problem with this code?
Thanks.
Brian May
|