remove reference to deprecated mobileMenu

This commit is contained in:
psychobunny
2013-10-30 16:38:58 -04:00
parent 17ea41fdae
commit 85daacdf7a

View File

@@ -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,