Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

All public logs

More actions

Combined display of all available logs of FishWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 12:00, 18 June 2024 Inside talk contribs created page MediaWiki:Citizen.js (Created page with "All JavaScript here will be loaded for users of the Citizen skin: mw.loader.using( [ 'mediawiki.util' ] ).done( function() { Trigger search box when click on the fake search button on main page: if ( mw.config.get( 'wgIsMainPage' ) === true ) { document.getElementById( 'citizen-search-trigger' ).addEventListener( 'click', function() { var search = document.getElementById( 'citizen-search' ); search.open = true; } ); } } );")