mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +01:00
Removed redundant css call in humhub.ui.form.elements.js
This commit is contained in:
parent
0b3da9ffa9
commit
9f54bae919
@ -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);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user