test
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -294,10 +294,10 @@ function getInputFormValues($validation, $name) | ... | @@ -294,10 +294,10 @@ function getInputFormValues($validation, $name) |
| 294 | if (!codeCleaned) { | 294 | if (!codeCleaned) { |
| 295 | 295 | ||
| 296 | e.preventDefault(); | 296 | e.preventDefault(); |
| 297 | $('table').each(function() { | 297 | $('#fr_html_ifr').contents().find('table').each(function() { |
| 298 | $(this).removeAttr('style'); | 298 | $(this).removeAttr('style'); |
| 299 | }); | 299 | }); |
| 300 | $('td').each(function() { | 300 | $('#fr_html_ifr').contents().find('td').each(function() { |
| 301 | $(this).removeAttr('style'); | 301 | $(this).removeAttr('style'); |
| 302 | }); | 302 | }); |
| 303 | 303 | ... | ... |
-
Please register or sign in to post a comment