Project

General

Profile

« Previous | Next » 

Revision 5676

commit before trying div-only resultset

View differences:

index.jsp
265 265
			// collapsible search results?
266 266
			$(function() {
267 267
				$('.accordian').click(function() {
268
					$(this).next().slideToggle();
268
					$(this).next().slideToggle("slow");
269 269
					return false;
270 270
				}).next().hide();
271 271
			});

Also available in: Unified diff