mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Improved connection between big and small conversation windows
This commit is contained in:
@ -63,6 +63,15 @@ ComunicWeb.pages.conversations.conversation = {
|
||||
class: "box-header"
|
||||
});
|
||||
|
||||
// Box icon
|
||||
createElem2({
|
||||
appendTo: boxHeader,
|
||||
type: "span",
|
||||
class: "box-title",
|
||||
innerHTML: "<i class='fa fa-comments'></i> ",
|
||||
ondblclick: () => openConversation(convID, false)
|
||||
});
|
||||
|
||||
//Box title
|
||||
var boxTitle = createElem2({
|
||||
appendTo: boxHeader,
|
||||
|
Reference in New Issue
Block a user