1
0
mirror of https://github.com/pierre42100/ComunicWeb synced 2025-07-16 07:58:08 +00:00

Can send messages from the conversation page

This commit is contained in:
Pierre
2018-05-13 15:40:19 +02:00
parent e376c789a6
commit e32a7c67e1
8 changed files with 323 additions and 8 deletions
assets
css
js
common
components
conversations
pages
system/config

@ -180,7 +180,7 @@ ComunicWeb.components.conversations.interface = {
if(result.error){
//Log error
ComunicWeb.debug.logMessage("Couldn't get informations about the conversation number "+conversationID+" !")
ComunicWeb.debug.logMessage("Couldn't get informations about the conversation number "+conversationID+" !");
//Perform next action now
nextStep(result);