diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-07-21 21:57:21 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-07-21 22:00:27 +0200 |
commit | 7d520bc7a9f395497c1793da3990a6f52a56086f (patch) | |
tree | 36ab444085fda8ed5b6ccc1ae0e4c947106ba5a7 /apps/contacts | |
parent | 0eade1b0d5ed6431c90b02a5b9df31b46674dcb9 (diff) | |
download | nextcloud-server-7d520bc7a9f395497c1793da3990a6f52a56086f.tar.gz nextcloud-server-7d520bc7a9f395497c1793da3990a6f52a56086f.zip |
Remove wrong comment.
Diffstat (limited to 'apps/contacts')
-rw-r--r-- | apps/contacts/js/contacts.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/js/contacts.js b/apps/contacts/js/contacts.js index 337f51839dc..bf53753b14c 100644 --- a/apps/contacts/js/contacts.js +++ b/apps/contacts/js/contacts.js @@ -478,7 +478,7 @@ Contacts={ this.id = this.fn = this.fullname = this.shortname = this.famname = this.givname = this.addname = this.honpre = this.honsuf = ''; this.data = undefined; - if($('.contacts li').length > 0) { // Load first in list. + if($('.contacts li').length > 0) { Contacts.UI.Card.update({cid:newid, aid:bookid}); } else { // load intro page |