mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Fix typo.
This commit is contained in:
parent
02744d5c72
commit
4b7008b5ba
@ -25,7 +25,7 @@ ComunicWeb.components.posts.actions = {
|
|||||||
|
|
||||||
//Check for errors
|
//Check for errors
|
||||||
if(infos.error){
|
if(infos.error){
|
||||||
ComunicWeb.common.notificationSystem.showNotification("An error occured while getting informations about the post !", "danger");
|
ComunicWeb.common.notificationSystem.showNotification("An error occured while getting information about the post !", "danger");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user