Ticket #920: Haiku-from-rev1j-live.patch
File Haiku-from-rev1j-live.patch, 878 bytes (added by , 18 years ago) |
---|
-
componentselect.
old new 307 307 parent.replaceChild( hiddenComponent[ set ], original ); 308 308 } 309 309 310 window.componentList = new Array( );311 window.components = 0;312 window.componentSelector = new Array( );313 window.hiddenComponent = new Array( );314 window.maxBranches = 0;315 316 310 /* 317 311 We hook into the query page with this attached to the filter <select> 318 312 We should be called after the component has been created if the browser … … 328 322 } 329 323 330 324 function initialiseComponents() { 325 326 window.componentList = new Array( ); 327 window.components = 0; 328 window.componentSelector = new Array( ); 329 window.hiddenComponent = new Array( ); 330 window.maxBranches = 0; 331 331 332 332 var comps = document.getElementsBySelector('tr.component td.filter select'); 333 333 if ( comps.length > 0 ) {