mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
js fix
This commit is contained in:
parent
7429b4fe2b
commit
870424755f
@ -1016,7 +1016,7 @@ class uicontacts extends bocontacts
|
||||
function getElement(form,pattern){
|
||||
for (i = 0; i < form.length; i++){
|
||||
if(form.elements[i].name){
|
||||
var found = form.elements[i].name.search(pattern);
|
||||
var found = form.elements[i].name.search("\\\\["+pattern+"\\\\]");
|
||||
if (found != -1){
|
||||
return form.elements[i];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user