Project

General

Profile

« Previous | Next » 

Revision 5685

load search results when page first loads (browsing - no query constraints)

View differences:

index.jsp
305 305
	//alert($('#searchForm').get(0));
306 306
	doSearch($('#searchForm').get(0));
307 307
}
308
/**
309
 * Perform this when the page first loads
310
 */
311
function pageLoad() {
312
	initialize();
313
	doSearch($('#searchForm').get(0));
314
}
308 315
function donothing() {}
309 316
--></script>
310 317

  
311 318
</head>
312
<body onload="initialize()">
319
<body onload="pageLoad()">
313 320
<script language="javascript">
314 321
	insertTemplateOpening("<%=CONTEXT_URL%>");
315 322
</script>

Also available in: Unified diff