User: fs Date: 06/04/25 03:31:42 Modified: /dba/www/js/ dba_default.js
Log: testing File Changes: Directory: /dba/www/js/ ======================= File [changed]: dba_default.js Url: http://dba.openoffice.org/source/browse/dba/www/js/dba_default.js?r1=1.9&r2=1.10 Delta lines: +1 -1 ------------------- --- dba_default.js 25 Apr 2006 10:30:26 -0000 1.9 +++ dba_default.js 25 Apr 2006 10:31:39 -0000 1.10 @@ -17,7 +17,7 @@ var heading = document.getElementsByTagName( "h1" )[0]; var currentMenuItem = document.getElementById( heading.id ); - window.alert( currentMenuItem ); + window.alert( heading.id ); currentMenuItem.setAttribute( "class", "selected" ); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
