removed useless material-input element

This commit is contained in:
FezVrasta 2016-04-19 11:50:09 +02:00
parent 0505e59263
commit 920877888f

View File

@ -155,9 +155,6 @@
$formGroup.addClass("is-empty");
}
// Add at the end of the form-group
$formGroup.append("<span class='material-input'></span>");
// Support for file input
if ($formGroup.find("input[type=file]").length > 0) {
$formGroup.addClass("is-fileinput");