Subversion Repositories SmartDukaan

Rev

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

Rev 28395 Rev 29487
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
	});
55
	});
55
	
56
	
56
	
57
	
57
	$(document).on('change', "form#cd input.insuranceamount", function() {
58
	$(document).on('change', "form#cd input.insuranceamount", function() {
58
		calculateTotalAmount();
59
		calculateTotalAmount();