1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00

Uninitialized var

This commit is contained in:
Thomas Tanghus 2013-03-30 20:57:12 +01:00
parent cb7a039bca
commit bdfe960c44

View File

@ -1394,7 +1394,7 @@ OC.Contacts = OC.Contacts || {
$(window).bind('hashchange', this.hashChange);
},
openContact: function(id) {
self.hideActions();
this.hideActions();
console.log('Contacts.openContact', id);
if(this.currentid) {
this.closeContact(this.currentid);