e9a3029d by Jeff Balicki

dd

1 parent ae366d9a
......@@ -309,55 +309,9 @@ endforeach;
e.preventDefault();
$('#fr_html_ifr').contents().find('img').each(function() {
$(this).removeAttr('height');
$(this).removeAttr('width');
});
$('#en_html_ifr').contents().find('img').each(function() {
$(this).removeAttr('height');
$(this).removeAttr('width');
});
$('#fr_html_ifr').contents().find('table').each(function() {
$(this).removeAttr('style');
});
$('#fr_html_ifr').contents().find('tr').each(function() {
$(this).removeAttr('style');
});
$('#en_html_ifr').contents().find('tr').each(function() {
$(this).removeAttr('style');
});
$('#fr_html_ifr').contents().find('td').each(function() {
$(this).removeAttr('style');
});
$('#en_html_ifr').contents().find('table').each(function() {
$(this).removeAttr('style');
});
$('#en_html_ifr').contents().find('td').each(function() {
$(this).removeAttr('style');
});
$('#fr_html_ifr').contents().find('td:last-child').each(function() {
$(this).addClass('tdlast-child');
});
$('#fr_html_ifr').contents().find('tr:last-child').each(function() {
$(this).addClass('trlast-child');
});
$('#en_html_ifr').contents().find('td:last-child').each(function() {
$(this).addClass('tdlast-child');
});
$('#en_html_ifr').contents().find('tr:last-child').each(function() {
$(this).addClass('trlast-child');
});
codeCleaned = true;
$(this).trigger('submit');
......