Widget:MoveListTrimmer: Difference between revisions

From Elwiki
(Created page with "<includeonly> $('#content h2').each(function(){ var next = $(this).next(); if(next.not('h2').length != 0){ $(this).remove(); } })</includeonly>")
 
mNo edit summary
Line 1: Line 1:
<includeonly>
<includeonly><script>
$('#content h2').each(function(){
$('#content h2').each(function(){
     var next = $(this).next();
     var next = $(this).next();
Line 5: Line 5:
         $(this).remove();
         $(this).remove();
     }
     }
})</includeonly>
});
</script></includeonly>

Revision as of 14:55, 25 May 2015