From 85daacdf7a11d843ea4147e38b5ef38d767dfdf7 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 30 Oct 2013 16:38:58 -0400 Subject: [PATCH] remove reference to deprecated mobileMenu --- public/src/app.js | 6 ------ 1 file changed, 6 deletions(-) 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,