From 920877888f7aed830864344753c4e625d41784f3 Mon Sep 17 00:00:00 2001 From: FezVrasta Date: Tue, 19 Apr 2016 11:50:09 +0200 Subject: [PATCH] removed useless `material-input` element --- scripts/material.js | 3 --- 1 file changed, 3 deletions(-) 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");