Open main menu

Changes

MediaWiki:Common.js

120 bytes removed, 15:57, 2 March 2016
no edit summary
for (var i = 0; i < list_items.length; ++i) {
var list_item = list_items[i];
 
console.log(list_item);
var show = list_item.getAttribute("data-show");
console.log("show: " + show);
if (show != []._) {
var elementToShow = document.getElementById(show);
console.log("elementToShow: " + elementToShow );
if (elementToShow != []._) {
list_item.onclick = function() {
developer
1,626
edits