View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/
Update of /cvsroot/dqsd/dqsd
In directory usw-pr-cvs1:/tmp/cvs-serv24710
Modified Files:
helpbox.js
Log Message:
Extended try/catch to avoid nasty error messages when trying to close helpbox
Index: helpbox.js
===================================================================
RCS file: /cvsroot/dqsd/dqsd/helpbox.js,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** helpbox.js 26 Jul 2002 21:02:50 -0000 1.32
--- helpbox.js 26 Jul 2002 21:09:00 -0000 1.33
***************
*** 10,21 ****
{
unopened = (!aboutWindow || aboutWindow.closed);
- }
- catch (exception) {}
! if (!unopened)
! {
! aboutWindow.close();
! unopened = true;
}
}
--- 10,21 ----
{
unopened = (!aboutWindow || aboutWindow.closed);
! if (!unopened)
! {
! aboutWindow.close();
! unopened = true;
! }
}
+ catch (exception) {}
}
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/