Subversion Repositories SmartDukaan

Rev

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

Rev 1945 Rev 2038
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
	$('#paymentModeSelection').submit(function(){
-
 
5
		trackEventWithGA('Order', 'Proceed to Pay', "");
-
 
6
		return true;
-
 
7
	});
-
 
8
	
-
 
9
	$('#addAdrBtn').click(function(){
4
	$('#addAdrBtn').click(function(){
10
		$('#newShipAdr').show();
5
		$('#newShipAdr').show();
11
		scrollWin();
6
		scrollWin();
12
	});
7
	});
13
	var lastQueryType = -1;
8
	var lastQueryType = -1;