Removed useless class

This commit is contained in:
Pierre 2018-04-22 14:39:34 +02:00
parent 5a317f0f0c
commit 40cdb339c3

View File

@ -45,7 +45,7 @@ ComunicWeb.components.comments.form = {
appendTo: inputGroup, appendTo: inputGroup,
type: "input", type: "input",
elemType: "text", elemType: "text",
class: "form-control wdt-emoji-open-on-colon", class: "form-control",
placeholder: "New comment...", placeholder: "New comment...",
name: "content" name: "content"
}); });