6d4998ff by Jeff Balicki

news

1 parent 5527eaef
......@@ -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');
......