mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-30 19:52:17 +01:00
getPreferedValue returns value with PREF flag
This commit is contained in:
parent
34c9d3cce6
commit
b5689d6c16
@ -1757,6 +1757,7 @@ OC.Contacts = OC.Contacts || {};
|
||||
}
|
||||
for(var param in prop.parameters) {
|
||||
if(param.toUpperCase() === 'PREF') {
|
||||
pref = prop.value;
|
||||
found = true; //
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user