MediaWiki:Common.js: Difference between revisions

From DefacerID Encyclopedia
Created page with "$(document).ready(function() { // Ensure the comment form is displayed on page load $('.cs-comment-form').show(); });"
 
No edit summary
Line 1: Line 1:
$(document).ready(function() {
$(document).ready(function() {
    // Ensure the comment form is displayed on page load
     $('.cs-comment-form').show();
     $('.cs-comment-form').show();
});
});

Revision as of 04:17, 2 August 2024

$(document).ready(function() {
    $('.cs-comment-form').show();
});