Difference between revisions of "Team:Czech Republic/Template:Scripts"
Line 34: | Line 34: | ||
<script> | <script> | ||
− | + | $( document ).ready(function() { | |
− | + | $("p").each(function(){ | |
− | + | if ($.trim($(this).text()) == ""){ | |
− | + | $this.remove(); | |
− | + | } | |
− | + | }); | |
− | + | ||
}); | }); | ||
</script> | </script> |
Revision as of 07:28, 10 September 2015