Hi I am getting js script errors in Metrolook skin. The error is in $(document).click(function(e) { if (!$(e.target).closest('#'+openDiv).length) { toggleDiv(openDiv); } }); and error says Object expected. Source code is at https://git.wikimedia.org/summary/mediawiki%2Fskins%2FMetrolook%C2%A0and https://github.com/paladox/Metrolook%C2%A0 If I have to split js script out of the MetrolookTemplate.php could I have some help to do that please thanks.