From b5689d6c1632ac989e35a374957576b11dc875e3 Mon Sep 17 00:00:00 2001 From: Yourkov Mikhail Date: Tue, 16 Sep 2014 01:22:50 +0400 Subject: [PATCH] getPreferedValue returns value with PREF flag --- js/contacts.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/contacts.js b/js/contacts.js index be551c99..9d656d69 100644 --- a/js/contacts.js +++ b/js/contacts.js @@ -1757,6 +1757,7 @@ OC.Contacts = OC.Contacts || {}; } for(var param in prop.parameters) { if(param.toUpperCase() === 'PREF') { + pref = prop.value; found = true; // break; }