Difference between revisions of "Team:Czech Republic/Template:Scripts"
Line 34: | Line 34: | ||
<script> | <script> | ||
− | + | jQuery(document).ready(function() { | |
− | + | jQuery('p').each(function() { | |
− | + | var $this = jQuery(this); | |
− | + | if($this.html().replace(/\s| /g, '').length == 0) { | |
− | function | + | $this.remove(); |
− | { | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | if ( | + | |
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | } | + | }); |
− | } | + | }); |
− | + | ||
</script> | </script> | ||
Revision as of 07:06, 10 September 2015