1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-21 21:21:54 +02:00

leftover debug

This commit is contained in:
SecretR 2013-09-07 16:30:30 +03:00
parent cccbba5d7b
commit 6c3809a368

@ -704,7 +704,6 @@ class e_form
\$('#{$fldid}-id').html(\$('#{$hidden_fldid}').val());
});
\$('#{$fldid}-reset').click(function () {
console.log(\$('#{$fldid}-id'));
\$('#{$fldid}-id').html('0');
\$('#{$hidden_fldid}').val(0);
\$('#{$fldid}').val('');