From 7efb0898109cf1d6cec77af84dd09003abf258de Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Fri, 14 Dec 2012 16:35:10 +0100 Subject: [PATCH] Contacts: Make micro templates work on FF 4. --- js/contacts.js | 2 +- templates/contacts.php | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/js/contacts.js b/js/contacts.js index d3f49545..92006244 100644 --- a/js/contacts.js +++ b/js/contacts.js @@ -830,7 +830,7 @@ OC.Contacts = OC.Contacts || {}; */ Contact.prototype.renderStandardProperty = function(name, property) { if(!this.detailTemplates[name]) { - console.log('No template for', name); + console.error('No template for', name); return; } var values = property diff --git a/templates/contacts.php b/templates/contacts.php index 3f94a2d4..b988d4d8 100644 --- a/templates/contacts.php +++ b/templates/contacts.php @@ -58,12 +58,12 @@
- - - - +