calling open_user after clicking on username
This commit is contained in:
parent
627fd8ac7b
commit
7cf9d2b6a9
@ -15,4 +15,9 @@
|
||||
$("#left_panel").html(result);
|
||||
}
|
||||
});
|
||||
|
||||
$("#left_panel").on("click", ".output", function(event)
|
||||
{
|
||||
open_user(event.target.innerHTML);
|
||||
});
|
||||
</script>
|
Loading…
x
Reference in New Issue
Block a user