Subversion Repositories SmartDukaan

Rev

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

Rev 1923 Rev 1945
Line 1... Line 1...
1
// Ebizon Move script js into the file
1
// Ebizon Move script js into the file
2
 
2
 
3
$(document).ready(function(){
3
$(document).ready(function(){
4
	$('#frmProceedToPay').submit(function(){
4
	$('#paymentModeSelection').submit(function(){
5
		trackEventWithGA('Order', 'Proceed to Pay', "");
5
		trackEventWithGA('Order', 'Proceed to Pay', "");
6
		return true;
6
		return true;
7
	});
7
	});
8
	
8
	
9
	$('#addAdrBtn').click(function(){
9
	$('#addAdrBtn').click(function(){