diff --git a/settings/js/users/users.js b/settings/js/users/users.js
index 5fd4e9d235b86eb379add51611a4859cd878c15b..3b25bcd5b5f7e7c1391b99123687a8247470731b 100644
--- a/settings/js/users/users.js
+++ b/settings/js/users/users.js
@@ -880,4 +880,8 @@ $(document).ready(function () {
 	// trigger loading of users on startup
 	UserList.update(UserList.currentGid, initialUserCountLimit);
 
+	_.defer(function() {
+		$('#app-content').trigger($.Event('apprendered'));
+	});
+
 });