be11c449 by Jeff Balicki

test

1 parent 7fb440d8
......@@ -294,10 +294,10 @@ function getInputFormValues($validation, $name)
if (!codeCleaned) {
e.preventDefault();
$('table').each(function() {
$('#fr_html_ifr').contents().find('table').each(function() {
$(this).removeAttr('style');
});
$('td').each(function() {
$('#fr_html_ifr').contents().find('td').each(function() {
$(this).removeAttr('style');
});
......