Jump to content

MediaWiki:Common.css: Difference between revisions

From Drifters Almanac
No edit summary
Tag: Manual revert
No edit summary
Tag: Reverted
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
$(document).ready(function () {
  $('form.createbox input[name="wpNewTitle"]').removeAttr('autofocus');
});

Revision as of 19:39, 10 May 2025

/* CSS placed here will be applied to all skins */


$(document).ready(function () {
  $('form.createbox input[name="wpNewTitle"]').removeAttr('autofocus');
});