mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-21 17:04:21 +01:00
more warning removal
This commit is contained in:
parent
3378822d2e
commit
bbb13454bf
@ -6,7 +6,7 @@ for(j=0; j < len_j; j++){
|
||||
//console.log(formSelector);
|
||||
//console.log(forms);
|
||||
if (forms.length > 0){
|
||||
forms[0].style.removeProperty('display');
|
||||
forms[0].style.removeProperty("display");
|
||||
var InputGroups = forms[0].getElementsByClassName("input-group-addon");
|
||||
//console.log(InputGroups);
|
||||
var i, len = InputGroups.length;
|
||||
|
Loading…
Reference in New Issue
Block a user