5527eaef by Jeff Balicki

news fix

1 parent 926116e9
......@@ -373,13 +373,13 @@ endforeach;
$(this).removeAttr('style');
});
$('#fr_html_ifr').contents().find('td').each(function() {
$(this).removeAttr('style');
});
// $('#fr_html_ifr').contents().find('td').each(function() {
// $(this).removeAttr('style');
// });
$('#en_html_ifr').contents().find('td').each(function() {
$(this).removeAttr('style');
});
// $('#en_html_ifr').contents().find('td').each(function() {
// $(this).removeAttr('style');
// });
codeCleaned = true;
$(this).trigger('submit');
......