Subversion Repositories SmartDukaan

Rev

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

Rev 2038 Rev 2117
Line 9... Line 9...
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
	trackEventWithGA('Order', 'Proceed to Pay', "");
-
 
14
	trackPageWithGA("/proceed-to-pay");
14
}
15
}
15
16