diff --git a/scripts/material.js b/scripts/material.js index 5d805cda..d0e3cd09 100644 --- a/scripts/material.js +++ b/scripts/material.js @@ -155,9 +155,6 @@ $formGroup.addClass("is-empty"); } - // Add at the end of the form-group - $formGroup.append(""); - // Support for file input if ($formGroup.find("input[type=file]").length > 0) { $formGroup.addClass("is-fileinput");