Removed redundant css call in humhub.ui.form.elements.js

This commit is contained in:
buddh4 2019-10-02 18:03:54 +02:00
parent 0b3da9ffa9
commit 9f54bae919

View File

@ -38,9 +38,7 @@ humhub.module('ui.form.elements', function (module, require, $) {
'top': $input.position().top
});
$formGroup
.css('position', 'relative')
.prepend($pwShow);
$formGroup.prepend($pwShow);
}
});
});