Open main menu

Changes

MediaWiki:Common.js

375 bytes added, 15:51, 2 March 2016
no edit summary
/* Any JavaScript here will be loaded for all users on every page load. */
documentwindow.onload = function() {
var list_items = document.getElementsByClassName("li");
console.log(list_item);
 
var show = list_item.getAttribute("show");
if (show != []._) {
var elementToShow = document.getElementById(show);
if (elementToShow != []._) {
list_item.onclick = function() {
elementToShow.display = 'block';
}
elementToShow.display = 'none';
}
}
}
console.log("Common.js (" + list_items.length + ")");
};
developer
1,626
edits