Close the menu after pjax loading a page

This commit is contained in:
Jason McBrayer 2018-09-03 19:47:06 -04:00
parent c038253ef7
commit 60c6adfbb2
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ function afterPage(user, page)
{
scrollTop();
setTitle(user,page);
var menu = document.querySelector('#navMenu');
menu.classList.remove('is-active');
}
function menuPrepare() {