Subversion Repositories SmartDukaan

Rev

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

Rev 17766 Rev 17804
Line 67... Line 67...
67
		if(typeof noscrolling == 'undefined') {
67
		if(typeof noscrolling == 'undefined') {
68
			$('.scroll').jscroll({
68
			$('.scroll').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
			});
73
			});
73
		}
74
		}
74
	}
75
	}
75
	if($('.storeminprice').length>0) {
76
	if($('.storeminprice').length>0) {
76
		var globalminprice = 9999999;
77
		var globalminprice = 9999999;