Subversion Repositories SmartDukaan

Rev

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

Rev 1905 Rev 2038
Line 8... Line 8...
8
		var posTop = (document.documentElement.clientHeight / 2) - (parseInt($('#colorbox').css('height')) / 2);
8
		var posTop = (document.documentElement.clientHeight / 2) - (parseInt($('#colorbox').css('height')) / 2);
9
 
9
 
10
		$('#colorbox').css('top', posTop);
10
		$('#colorbox').css('top', posTop);
11
		$('#colorbox').css('left', posLeft);
11
		$('#colorbox').css('left', posLeft);
12
	}});
12
	}});
-
 
13
	trackEventWithGA('Order', 'Proceed to Pay', "");
13
}
14
}
14
15