Subversion Repositories SmartDukaan

Rev

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

Rev 18176 Rev 18177
Line 63... Line 63...
63
 
63
 
64
$(function(){	
64
$(function(){	
65
	if($('.scrollselector > .card').length>0) {
65
	if($('.scrollselector > .card').length>0) {
66
		setTimeout(function(){ document.location.reload(); }, 1000*15*60);
66
		setTimeout(function(){ document.location.reload(); }, 1000*15*60);
67
		if(typeof noscrolling == 'undefined') {
67
		if(typeof noscrolling == 'undefined') {
68
			defaultScroller = $('.scrollselector').jscroll({
68
			$('.scrollselector').jscroll({
69
				loadingHtml: '<center><img src="/img/ajax-loader.gif" alt="Loading" /></center>',
69
				loadingHtml: '<center><img src="/img/ajax-loader.gif" alt="Loading" /></center>',
70
			    autoTriggerUntil: 3,
70
			    autoTriggerUntil: 3,
71
			    padding: 20,
71
			    padding: 20,
72
			    callback:loadCartDetails
72
			    callback:loadCartDetails
73
			});
73
			});