MediaWiki:Common.js: Difference between revisions

From VanRO Ragnarok Online
(Blanked the page)
Tag: Blanking
No edit summary
Line 1: Line 1:
 
$(document).ready(function() {
    $('#ooui-84').prop('checked', true); // Automatically checks the checkbox with ID 'ooui-84'
});

Revision as of 01:50, 15 May 2024

$(document).ready(function() {
    $('#ooui-84').prop('checked', true); // Automatically checks the checkbox with ID 'ooui-84'
});