//remove debug

This commit is contained in:
Vincent Augagneur
2013-08-02 10:29:30 +02:00
parent 9e720da3d6
commit 46d0663b2f
+1 -1
View File
@@ -287,7 +287,7 @@ function bind_inputs()
$(document.body).off('change', 'tr.fees_all td input').on('change', 'tr.fees_all td input', function() {
   index = $(this).parent('td').index();
val = 'tototo';$(this).val();
val = $(this).val();
$(this).val('');
$('tr.fees').each( function () {
$(this).find('td:eq('+index+') input:text:enabled').val(val);