frontend: Add basic user_status module.

So far this processes page_params, but it's otherwise
an unused internal API.
This commit is contained in:
Steve Howell
2018-12-19 16:11:17 +00:00
committed by Tim Abbott
parent a2614956d5
commit d8d703af45
6 changed files with 92 additions and 0 deletions

View File

@@ -297,6 +297,7 @@ $(function () {
}
server_events.initialize();
people.initialize();
user_status.initialize();
compose_pm_pill.initialize();
search_pill_widget.initialize();
reload.initialize();