Subversion Repositories SmartDukaan

Rev

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

Rev 18115 Rev 18118
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
			console.log("jscroll called");
-
 
69
			$('.scrollselector').jscroll({
68
			$('.scrollselector').jscroll({
70
				loadingHtml: '<center><img src="/img/ajax-loader.gif" alt="Loading" /></center>',
69
				loadingHtml: '<center><img src="/img/ajax-loader.gif" alt="Loading" /></center>',
71
			    autoTriggerUntil: 3,
70
			    autoTriggerUntil: 3,
72
			    padding: 20,
71
			    padding: 20,
73
			    callback:loadCartDetails
72
			    callback:loadCartDetails