3546c9e4 by Jeff Balicki

dd

1 parent 72c22b73
......@@ -309,6 +309,14 @@ function getInputFormValues($validation, $name)
$(this).removeAttr('style');
});
$('#fr_html_ifr').contents().find('tr').each(function() {
$(this).removeAttr('style');
});
$('#en_html_ifr').contents().find('tr').each(function() {
$(this).removeAttr('style');
});
$('#fr_html_ifr').contents().find('td').each(function() {
$(this).removeAttr('style');
});
......