Changes

Jump to navigation Jump to search
no edit summary
/* Any JavaScript here will be loaded for all users on every page load. */
 
$(function () {
 
var x = document.getElementsByClassName("_2392");
var i;
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
 
}());

Navigation menu