Skip to content
Snippets Groups Projects
Commit cd80fa43 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fixed an UI issue

parent fa3d2102
No related branches found
No related tags found
No related merge requests found
......@@ -149,6 +149,7 @@ var render = {
elem.click(function (e) {
e.stopPropagation();
});
$("#message" + state.buffers[bufferid].contexts[id].original.messageid).unbind();
$("#message" + state.buffers[bufferid].contexts[id].original.messageid).click(make_toggle_context(bufferid, id));
elem.find(".load_before").click(function (e) {
e.stopPropagation();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment