All public logs

Jump to navigation Jump to search

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

Logs
  • 22:22, 19 September 2023 Admin talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: // We'll wait for the DOM to be ready before attaching our logic $(document).ready(function() { // Check if we're on the form page; replace 'Form:YourForm' with the actual form name if (mw.config.get('wgPageName') === 'Form:Beach') { // Attach event to your input element; replace 'input[name="wpCityName"]' with the actual input name $('input[name="page_name"]').on('input', function()...")