Subversion Repositories SmartDukaan

Rev

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

Rev 24457 Rev 25738
Line 7... Line 7...
7
		}else {
7
		}else {
8
			loadCart("main-content", value);
8
			loadCart("main-content", value);
9
		}
9
		}
10
	}
10
	}
11
	$(".cart_icon_header").live('click', function() {
11
	$(".cart_icon_header").live('click', function() {
-
 
12
		if(typeof hasGift=="undefined") {
-
 
13
			hasGift = false;
-
 
14
		}
12
		if(hasGift) {
15
		if(hasGift) {
13
			bootBoxObj = { 
16
			bootBoxObj = { 
14
						size: "medium",
17
						size: "medium",
15
						title: "Add Number of Watch as Gift", 
18
						title: "Add Number of Watch as Gift", 
16
						callback: callback,
19
						callback: callback,