Subversion Repositories SmartDukaan

Rev

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

Rev 16368 Rev 16395
Line 18... Line 18...
18
	return;
18
	return;
19
};
19
};
20
$(function(){	
20
$(function(){	
21
	if($('.scroll > .card').length>0) {
21
	if($('.scroll > .card').length>0) {
22
		setTimeout(function(){ document.location.reload(); }, 1000*15*60);
22
		setTimeout(function(){ document.location.reload(); }, 1000*15*60);
23
		if(typeof noscrolling === undefined) {
23
		if(typeof noscrolling == 'undefined') {
24
			$('.scroll').jscroll({
24
			$('.scroll').jscroll({
25
				loadingHtml: '<center><img src="/img/ajax-loader.gif" alt="Loading" /></center>',
25
				loadingHtml: '<center><img src="/img/ajax-loader.gif" alt="Loading" /></center>',
26
			    autoTriggerUntil: 3,
26
			    autoTriggerUntil: 3,
27
			    padding: 20,
27
			    padding: 20,
28
			});
28
			});