Skip to Content

Search: {{$root.lsaSearchQuery.q}}, Page {{$root.page}}

Matthew McManus

LEO Lecturer
He/Him

[email protected]

Office Information:

5642 Haven Hall

Political Science; Lecturer

"; var failureMsg = "
"+ "×"+ "Failed: "; //
$(function(){ var flashMsg = window.location.hash.split(","); var wr = $('.person-profile-wrap'); if( flashMsg[0] === "#success" ) { wr.prepend(succesMsg) } else if(flashMsg[0] === "#failed" ){ if(typeof flashMsg[1] != "undefined" && typeof flashMsg[2] != "undefined"){ failureMsg += flashMsg[1]+" attempted to edit the page belonging to "+ flashMsg[2]+". This incident has been logged.
"; } else{ failureMsg +=" This incident has been logged.
" } wr.prepend(failureMsg); } $('.alert').bind('closed.bs.alert', function () { window.location.hash = ""; }) }); var audioObj; function playNameCoachAudio(element) { if(audioObj) { if (audioObj.currentTime > 0 && !audioObj.paused) { return; } else { audioObj.play(); } } else { audioObj = new Audio(element.getAttribute('data-url')); audioObj.play(); } }