Difference between revisions of "MediaWiki:Common.js"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
} | } | ||
− | function | + | $( "document" ).ready( function () { toccopy(); } ); |
− | |||
− | } |
Revision as of 15:33, 11 August 2017
/* Any JavaScript here will be loaded for all users on every page load. */ function toccopy () { var tocelement = $('#toc').clone(); tocelement.attr('id','sidetoc'); $('#mw-panel').append(tocelement); } $( "document" ).ready( function () { toccopy(); } );