Subversion Repositories SmartDukaan

Rev

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

Rev 29622 Rev 30708
Line 49... Line 49...
49
			$(this).focus();
49
			$(this).focus();
50
			return;
50
			return;
51
		}
51
		}
52
		
52
		
53
		calculateTotalAmount();
53
		calculateTotalAmount();
54
		$('.mk_check_plans').click();
54
		//$('.mk_check_plans').click();
55
	});
55
	});
56
	
56
	
57
	
57
	
58
	$(document).on('change', "form#cd input.insuranceamount", function() {
58
	$(document).on('change', "form#cd input.insuranceamount", function() {
59
		calculateTotalAmount();
59
		calculateTotalAmount();