7fb440d8 by Jeff Balicki

dd

1 parent 5a93a93d
......@@ -294,11 +294,14 @@ function getInputFormValues($validation, $name)
if (!codeCleaned) {
e.preventDefault();
$('table').each(function() {
$(this).removeAttr('style');
});
$('td').each(function() {
$(this).removeAttr('style');
});
$('#fr_html_ifr').contents().find('td:last-child').each(function() {
$(this).addClass('tdlast-child');
......