|
From: Thyamad c. <th...@us...> - 2006-01-20 01:37:49
|
Update of /cvsroot/thyapi/thyapi/thywidgets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21903/thywidgets Modified Files: thydropdownbox.js Log Message: Commiting file additions and modification from SVN revision 2660 to 2661... Changes made by vinicius on 2006-01-20 03:41:34 +0100 (Fri, 20 Jan 2006) corresponding to SVN revision 2661 with message: Index: thydropdownbox.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/thydropdownbox.js,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** thydropdownbox.js 19 Jan 2006 12:01:14 -0000 1.4 --- thydropdownbox.js 20 Jan 2006 01:37:39 -0000 1.5 *************** *** 705,709 **** return function(e) { ! if (dynapi.document._opennedDropDownBoxes[self.name]) { self._hideListBox(); --- 705,709 ---- return function(e) { ! if (dynapi.document._opennedDropDownBoxes && dynapi.document._opennedDropDownBoxes[self.name]) { self._hideListBox(); |