Subversion Repositories SmartDukaan

Rev

Rev 14858 | Rev 14931 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14858 Rev 14928
Line 14... Line 14...
14
	}
14
	}
15
}
15
}
16
 
16
 
17
$(function(){	
17
$(function(){	
18
	if($('.scroll > .card').length>0) {
18
	if($('.scroll > .card').length>0) {
19
		setTimeout(function(){ document.location.reload(); }, 1000*60*35);
19
		setTimeout(function(){ document.location.reload(); }, 1000*10*60);
20
		$('.scroll').jscroll({
20
		$('.scroll').jscroll({
21
			loadingHtml: '<center><img src="/img/ajax-loader.gif" alt="Loading" /></center>',
21
			loadingHtml: '<center><img src="/img/ajax-loader.gif" alt="Loading" /></center>',
22
		    autoTriggerUntil: 3,
22
		    autoTriggerUntil: 3,
23
		    padding: 20,
23
		    padding: 20,
24
		});
24
		});