diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-07-15 22:20:26 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-07-16 01:46:16 +0200 |
commit | 7a7ac580944d85c8bdde9aadd95a24e71b9471cb (patch) | |
tree | e6ef6764990cc1a4cd2ab8fbca9e471188c8e871 | |
parent | 2035bc7905271761ac7e056b647a35f13a57ea4c (diff) | |
download | nextcloud-server-7a7ac580944d85c8bdde9aadd95a24e71b9471cb.tar.gz nextcloud-server-7a7ac580944d85c8bdde9aadd95a24e71b9471cb.zip |
Remove obsolete code.
-rw-r--r-- | apps/contacts/js/contacts.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/contacts/js/contacts.js b/apps/contacts/js/contacts.js index 861250c53e6..31d50a606fd 100644 --- a/apps/contacts/js/contacts.js +++ b/apps/contacts/js/contacts.js @@ -1334,8 +1334,6 @@ Contacts={ }, }, Addressbooks:{ - droptarget:undefined, - droptext:t('contacts', 'Drop a VCF file<br />to import contacts.'), overview:function(){ if($('#chooseaddressbook_dialog').dialog('isOpen') == true){ $('#chooseaddressbook_dialog').dialog('moveToTop'); |