MediaWiki:Common.js: Difference between revisions
MediaWiki interface page
More actions
Created page with "→Any JavaScript here will be loaded for all users on every page load.: $(document).ready(function() { // Sidebar Menu Icons $('#n-About-This-Wiki').prepend('<i class="fas fa-circle-info"></i> '); });" |
No edit summary |
||
| Line 3: | Line 3: | ||
$(document).ready(function() { | $(document).ready(function() { | ||
// Sidebar Menu Icons | // Sidebar Menu Icons | ||
$('#n-About-This-Wiki').prepend('<i class=" | $('#n-About-This-Wiki').prepend('<i class="fa-solid-fa-circle-info"></i> '); | ||
}); | }); | ||