MediaWiki
Common.js
From Dogcraft Wiki
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
$(function () { | $(function () { | ||
var myElement = document.getElementById('userEditCountTableButton'); | var myElement = document.getElementById('userEditCountTableButton'); | ||
myElement.innerHTML = " | myElement.innerHTML = "<buttonΒ type='button' onclick='addEditCountTable()'>{{edit-count-table-button}}</button>"; | ||
}); | }); |
Revision as of 14:00, 5 June 2020
/* Any JavaScript here will be loaded for all users on every page load. */
/* Navigation Popups */
/* Currently Disabled
mw.loader.load('/load.php?modules=ext.gadget.Navigation_popups');
window.popupAdminLinks = false;
window.popupActionsMenu = false;
window.popupStructure = 'lite';
window.popupSubpopups = false;
window.popupSummaryData = false;
*/
$(function () {
var myElement = document.getElementById('userEditCountTableButton');
myElement.innerHTML = "<button type='button' onclick='addEditCountTable()'>{{edit-count-table-button}}</button>";
});
This page was last modified on 5 June 2020, at 14:00. (2 months ago)