mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Contacts: Remove some logging.
This commit is contained in:
parent
a89231ac1d
commit
8076b1e12d
2 changed files with 0 additions and 3 deletions
|
|
@ -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…
Reference in a new issue