Subversion Repositories SmartDukaan

Rev

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

Rev 4325 Rev 4344
Line 2... Line 2...
2
 
2
 
3
$(document).ready(function(){
3
$(document).ready(function(){
4
 
4
 
5
	checkIfUserHasAddress();
5
	checkIfUserHasAddress();
6
	
6
	
7
	$('#checkout').click(function(){
7
	$('#checkout, #checkoutlower').click(function(){
8
		window.location.href = "/shipping";
8
		window.location.href = "/shipping";
9
	});
9
	});
10
	
10
	
11
	$('#poplogin').click(function(){
11
	$('#poplogin, #poploginlower').click(function(){
12
		$.colorbox({
12
		$.colorbox({
13
    		width: "860px",
13
    		width: "860px",
14
    		height: "390px",
14
    		height: "390px",
15
    		iframe: false,
15
    		iframe: false,
16
    		href: "/login-mini",
16
    		href: "/login-mini",