EducatE
This page is not clickable in the menu. To change this, visit the website settings and remove the script under Global JavaScript that looks like this:
<script> function removeLinks(links) { if (!arguments[0]) return; var a = arguments[0]; jq$(".WaGadgetMenuHorizontal a:not(.wa-authenticateLoginLink), .WaGadgetMenuVertical a:not(.wa-authenticateLoginLink), .WaGadgetMobilePanel a:not(.wa-authenticateLoginLink)").each(function() { var curhref=jq$(this).attr('href').split("/")[3]; if ( (typeof(a)=='string' && a==curhref)|| (typeof(a)=='object' && (jq$.inArray(curhref, a)>-1)) ) { jq$(this).attr("href", "javascript:void(0);").css("cursor", "pointer"); } }); } removeLinks("pageURL"); </script>