DB funciona perfectament
diff --git a/js/utils.js b/js/utils.js
index 5886883..b4f139a 100644
--- a/js/utils.js
+++ b/js/utils.js
@@ -12,6 +12,6 @@
 		'dataType': 'json',
 		'data': { 'id': id, 'msg': msg }, 
 		'success': function(data) { console.log('Success'); },
-		'error': function(xhr, status, error) {}
+		'error': function(xhr, status, error) { alert('Error! Torna-ho a intentar o contacta amb l\'Andreu: +34681236024'); console.log(xhr); }
 	});
 }