Subversion Repositories SmartDukaan

Rev

Rev 7289 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7289 Rev 8527
Line 46... Line 46...
46
			$('#dthSelector').show();
46
			$('#dthSelector').show();
47
		}
47
		}
48
	});
48
	});
49
	
49
	
50
	$('#recharge-button').click(function() {
50
	$('#recharge-button').click(function() {
-
 
51
		$('#recharge-button').hide();
-
 
52
		$('#edit-button').hide();
-
 
53
		$('#confirm-message').show();
51
		$('#confirmForm').attr('action', '/rch/confirm!createRecharge');
54
		$('#confirmForm').attr('action', '/rch/confirm!createRecharge');
52
		$('#confirmForm').submit();
55
		$('#confirmForm').submit();
53
	});
56
	});
54
	
57
	
55
	/*$('#edit-button').click(function() {
58
	/*$('#edit-button').click(function() {