Team:TU-Eindhoven/Template:BaseFooter
From 2013.igem.org
(Difference between revisions)
Pascalaldo (Talk | contribs) |
Pascalaldo (Talk | contribs) |
||
Line 13: | Line 13: | ||
$('.tue-imagespan img').addClass('img-rounded'); | $('.tue-imagespan img').addClass('img-rounded'); | ||
$("a.tue-tooltip").tooltip({'selector': '','placement': 'top'}); | $("a.tue-tooltip").tooltip({'selector': '','placement': 'top'}); | ||
+ | $(document).ready(function() { | ||
+ | $("p").filter( function() { | ||
+ | return $.trim($(this).html()) == ''; | ||
+ | }).remove() | ||
+ | }); | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 18:37, 19 May 2013