Project

General

Profile

« Previous | Next » 

Revision 5684

remove special ">>" character from style sheet
use absolute path to the spinner animated gif

View differences:

index.jsp
256 256
	checkSearch(formObj);
257 257
	
258 258
	// start the busy indicator
259
	$("#searchResults").busy({ position : 'left', offset: -30, hide : true, img : "images/busy.gif" });
259
	$("#searchResults").busy(
260
			{
261
				position	: 'left', 
262
				offset		: -30, 
263
				hide		: true, 
264
				img			: "<%=STYLE_SKINS_URL%>/semtools/images/busy.gif" 
265
			});
260 266
	
261 267
	//load the results
262 268
	$("#searchResults").load(

Also available in: Unified diff