stopSlideshow: function()

in themes/lucene/static/javascript/lucene/slides.js [61:68]


	stopSlideshow: function(event) {	
		if (event) { Event.stop(event); } 
		if (this.executer) {
			this.fadeStopBtn();
			this.executer.stop();
			this.running=false;
		}	 
	},