mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 08:25:46 +01:00
added functionality to post button. also introduced some underlying concepts regarding modules and pulling template vars
This commit is contained in:
@@ -191,6 +191,11 @@ var socket,
|
||||
socket.emit('api:user.get_online_users', uids);
|
||||
}
|
||||
|
||||
// here is where all modules' onNavigate should be called, I think.
|
||||
require(['mobileMenu'], function(mobileMenu) {
|
||||
mobileMenu.onNavigate();
|
||||
});
|
||||
|
||||
|
||||
populate_online_users();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user