diff --git a/assets/js/components/posts/form.js b/assets/js/components/posts/form.js index 170bf12f..18a314b0 100644 --- a/assets/js/components/posts/form.js +++ b/assets/js/components/posts/form.js @@ -454,6 +454,7 @@ ComunicWeb.components.posts.form = { //Check for errors if(result.error){ ComunicWeb.common.notificationSystem.showNotification("An error occured while trying to send a new post !", "danger"); + sendButton.disabled = false; return; }