|
|
|
@ -327,7 +327,7 @@ Contacts={ |
|
|
|
|
|
|
|
|
|
// Make sure proper DOM is loaded.
|
|
|
|
|
if(!$('#card')[0] && newid) { |
|
|
|
|
$.getJSON(OC.filePath('contacts', 'ajax', 'loadcard.php'),{},function(jsondata){ |
|
|
|
|
$.getJSON(OC.filePath('contacts', 'ajax', 'loadcard.php'),{requesttoken:requesttoken},function(jsondata){ |
|
|
|
|
if(jsondata.status == 'success'){ |
|
|
|
|
$('#rightcontent').html(jsondata.data.page).ready(function() { |
|
|
|
|
Contacts.UI.loadHandlers(); |
|
|
|
|