Send refresh conversation request on the server

This commit is contained in:
Pierre
2017-06-25 16:15:23 +02:00
parent 05c67afe9f
commit 090b8bd77a
3 changed files with 38 additions and 2 deletions

View File

@ -105,7 +105,7 @@ ComunicWeb.common.network = {
networkErrorMessage.id = "networkErrorMessage";
//Create a callout element within it
var errorName = "<i class='fa fa-warning'></i> "+"Network error";
var errorName = "<i class='fa fa-warning'></i> "+" Network error";
var errorMessage = "It seems that there is a network error, and Comunic can't access to the Internet anymore... Please check your internet connexion...";
var errorCallout = ComunicWeb.common.messages.createCalloutElem(errorName, errorMessage, "danger");
networkErrorMessage.appendChild(errorCallout)