news fix
Showing
1 changed file
with
6 additions
and
6 deletions
| ... | @@ -373,13 +373,13 @@ endforeach; | ... | @@ -373,13 +373,13 @@ endforeach; |
| 373 | $(this).removeAttr('style'); | 373 | $(this).removeAttr('style'); |
| 374 | }); | 374 | }); |
| 375 | 375 | ||
| 376 | $('#fr_html_ifr').contents().find('td').each(function() { | 376 | // $('#fr_html_ifr').contents().find('td').each(function() { |
| 377 | $(this).removeAttr('style'); | 377 | // $(this).removeAttr('style'); |
| 378 | }); | 378 | // }); |
| 379 | 379 | ||
| 380 | $('#en_html_ifr').contents().find('td').each(function() { | 380 | // $('#en_html_ifr').contents().find('td').each(function() { |
| 381 | $(this).removeAttr('style'); | 381 | // $(this).removeAttr('style'); |
| 382 | }); | 382 | // }); |
| 383 | 383 | ||
| 384 | codeCleaned = true; | 384 | codeCleaned = true; |
| 385 | $(this).trigger('submit'); | 385 | $(this).trigger('submit'); | ... | ... |
-
Please register or sign in to post a comment