Open main menu

Changes

MediaWiki:Common.js

114 bytes added, 5 years ago
m
no edit summary
function loadWikiPage( page ){
pageId.load("/wiki/"+ page + " .mw-parser-output", function(){
$( this ).find( ".mw-editsection" ).hide();
$( this ).find( "#toc" ).hide();
anchors = $( this ).find("a");
anchors.on("click", function(e){
link = $( this )[0].href.split("https://universityinnovation.org/wiki/");
if( link.length > 1&& link.pop() !== "Main_Page" ){
e. preventDefault();
newPage = link.pop();