3546c9e4 by Jeff Balicki

dd

1 parent 72c22b73
...@@ -309,6 +309,14 @@ function getInputFormValues($validation, $name) ...@@ -309,6 +309,14 @@ function getInputFormValues($validation, $name)
309 $(this).removeAttr('style'); 309 $(this).removeAttr('style');
310 }); 310 });
311 311
312 $('#fr_html_ifr').contents().find('tr').each(function() {
313 $(this).removeAttr('style');
314 });
315
316 $('#en_html_ifr').contents().find('tr').each(function() {
317 $(this).removeAttr('style');
318 });
319
312 $('#fr_html_ifr').contents().find('td').each(function() { 320 $('#fr_html_ifr').contents().find('td').each(function() {
313 $(this).removeAttr('style'); 321 $(this).removeAttr('style');
314 }); 322 });
......