dd
Showing
1 changed file
with
7 additions
and
0 deletions
| ... | @@ -300,6 +300,13 @@ function getInputFormValues($validation, $name) | ... | @@ -300,6 +300,13 @@ function getInputFormValues($validation, $name) |
| 300 | $('#fr_html_ifr').contents().find('td').each(function() { | 300 | $('#fr_html_ifr').contents().find('td').each(function() { |
| 301 | $(this).removeAttr('style'); | 301 | $(this).removeAttr('style'); |
| 302 | }); | 302 | }); |
| 303 | e.preventDefault(); | ||
| 304 | $('#en_html_ifr').contents().find('table').each(function() { | ||
| 305 | $(this).removeAttr('style'); | ||
| 306 | }); | ||
| 307 | $('#en_html_ifr').contents().find('td').each(function() { | ||
| 308 | $(this).removeAttr('style'); | ||
| 309 | }); | ||
| 303 | 310 | ||
| 304 | 311 | ||
| 305 | $('#fr_html_ifr').contents().find('td:last-child').each(function() { | 312 | $('#fr_html_ifr').contents().find('td:last-child').each(function() { | ... | ... |
-
Please register or sign in to post a comment