All public logs
Combined display of all available logs of Mepdata. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 00:07, 27 December 2022 Admin talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: * * Load jquery.ui button if used in content * for backward-compatibilty * Should be removed/replaced with mediawiki.ui, when that is loaded on each page: mw.hook( 'wikipage.content' ).add( function ( $content ) { if ( $content.find( '.ui-button' ).length ) { mw.loader.load( 'jquery.ui' ); } } ); /** * @source https://www.mediawiki.org/wiki/Snippets/Load_...")