mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-30 19:52:17 +01:00
Contacts: Remove some logging.
This commit is contained in:
parent
6b6a2b8648
commit
ffa2209b43
@ -154,7 +154,6 @@ Contacts={
|
||||
$('#contacts_downloadcard').tipsy({gravity: 'ne'});
|
||||
$('#contacts_propertymenu_button').tipsy();
|
||||
$('#contacts_newcontact, #chooseaddressbook').tipsy({gravity: 'sw'});
|
||||
console.log($('#contacts_newcontact').html());
|
||||
},
|
||||
Card:{
|
||||
id:'',
|
||||
|
@ -11,7 +11,6 @@
|
||||
editable: true
|
||||
},
|
||||
_create: function() {
|
||||
//console.log('_create: ' + this.options['id']);
|
||||
var self = this,
|
||||
select = this.element.hide(),
|
||||
selected = select.children(':selected'),
|
||||
@ -112,7 +111,6 @@
|
||||
$.Widget.prototype.destroy.call( this );
|
||||
},
|
||||
value: function(val) {
|
||||
console.log('combobox.value: ' + val);
|
||||
if(val != undefined) {
|
||||
this.input.val(val);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user