Changeset 3010
- Timestamp:
- 10/12/10 16:06:14
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/javascript/bedeworkScheduling.js
r3004 r3010 1088 1088 // call the server and push the results into an array "items" 1089 1089 $.getJSON(addrBookUrl, req, function(data) { 1090 var acResults ;1091 if (data .microformats != undefined && data.microformats.vcard != undefined) {1090 var acResults = ""; 1091 if (data != undefined && data.microformats != undefined && data.microformats.vcard != undefined) { 1092 1092 acResults = data.microformats.vcard; 1093 1093 }
