Login Retreive lost passwordRegister
Search

Forum Index / General / Bug in calendar_popup.js throws JS error

[ This topic is solved ]

  Mark Hampton 17 August 09 / 01:36  
Line 49 in calendar_popup.js has a minor bug which throws java errors.

change this:

while(t.parentNode != null)

to this:

while(t != null && t.parentNode != null)

  Johan Wiegel (Admin) 17 August 09 / 08:51  
Will be fixed in todyas release

  Top


powered by PHP-GLOBE   © 2004 - 2012 FormHandler. All rights reserved.   -   Open source license