Difference between revisions of "Team:Czech Republic/Template:Scripts"
Line 31: | Line 31: | ||
e.style.display = 'block'; | e.style.display = 'block'; | ||
} | } | ||
+ | </script> | ||
+ | |||
+ | <script> | ||
+ | $('p').each(function(index, item) { | ||
+ | if($.trim($(item).text()) === "") { | ||
+ | $(item).remove(); | ||
+ | } | ||
+ | }); | ||
</script> | </script> | ||
Revision as of 16:23, 9 September 2015