diff --git a/res/forum/admin.html b/res/forum/admin.html
index 196b642..69adf10 100644
--- a/res/forum/admin.html
+++ b/res/forum/admin.html
@@ -15,4 +15,9 @@
$("#left_panel").html(result);
}
});
+
+ $("#left_panel").on("click", ".output", function(event)
+ {
+ open_user(event.target.innerHTML);
+ });
\ No newline at end of file