Changes

Jump to navigation Jump to search

MediaWiki:Common.js

1 byte added, 5 years ago
m
no edit summary
anchors = $( this ).find("a");
anchors.on("click", function(e){
e. preventDefault();
link = $( this ).attr("href").split("https://universityinnovation.org/wiki/");
if( link.length > 1){
e. preventDefault();
newPage = link.pop();
loadWikiPage( newPage );

Navigation menu