/* Tom Reitz commenting this out on 2017-12-06 because I moved it into MediaWiki:Common.js since the code didn't seem to always run on page window.RLQ.push( function () { $(".ShowThis").click(function(e) { e.preventDefault(); var link = $(this); $(this).next(".hidden-content").fadeToggle('fast', function(){ if($(this).is(':visible')) link.text('Show less'); else link.text('Show more'); }); }); }); */