dd
Showing
1 changed file
with
8 additions
and
0 deletions
| ... | @@ -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 | }); | ... | ... |
-
Please register or sign in to post a comment