Showing
1 changed file
with
1 additions
and
1 deletions
@@ -56,7 +56,7 @@ var Repayment = function(options) { | @@ -56,7 +56,7 @@ var Repayment = function(options) { | ||
56 | } | 56 | } |
57 | 57 | ||
58 | self.update(); | 58 | self.update(); |
59 | - $(this).data('checked', !$(this).data('checked')); | 59 | + $(this).data('checked', $(this).data('checked')); |
60 | }); | 60 | }); |
61 | }; | 61 | }; |
62 | 62 |
-
Please register or login to post a comment