MediaWiki:Common.js: Difference between revisions

From OER in Education
(Created page with "→‎Make the whole welcome pages boxes clickable: $(".tablehighlightcell").click(function() { window.location = $(this).find("a").attr("href"); return false; });")
 
(No difference)

Latest revision as of 15:13, 7 April 2015

/* Make the whole welcome pages boxes clickable */
$(".tablehighlightcell").click(function() {
  window.location = $(this).find("a").attr("href"); 
  return false;
});