6d4998ff by Jeff Balicki

news

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