diff --git a/public/src/app.js b/public/src/app.js index 8327fe3af3..7f172fb94a 100644 --- a/public/src/app.js +++ b/public/src/app.js @@ -277,12 +277,6 @@ var socket, } app.process_page = function () { - - // here is where all modules' onNavigate should be called, I think. - require(['mobileMenu'], function (mobileMenu) { - mobileMenu.onNavigate(); - }); - app.populate_online_users(); var url = window.location.href,