diff options
author | zotlabs <mike@macgirvin.com> | 2017-02-23 19:07:01 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-02-23 19:07:01 -0800 |
commit | b1ff5367e7e853d7e0e24c91aecc3a8f80d0ba87 (patch) | |
tree | 603c8e4271337b80cbb866dbe7106e4b63b1ea0d /view/js/mod_connedit.js | |
parent | 96fdb88690fcb572b5bc4948a7df71b3c257a97d (diff) | |
download | volse-hubzilla-b1ff5367e7e853d7e0e24c91aecc3a8f80d0ba87.tar.gz volse-hubzilla-b1ff5367e7e853d7e0e24c91aecc3a8f80d0ba87.tar.bz2 volse-hubzilla-b1ff5367e7e853d7e0e24c91aecc3a8f80d0ba87.zip |
more work on profile vcards - still a lot of work to go
Diffstat (limited to 'view/js/mod_connedit.js')
-rw-r--r-- | view/js/mod_connedit.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/mod_connedit.js b/view/js/mod_connedit.js index 4739c490c..7100e0d07 100644 --- a/view/js/mod_connedit.js +++ b/view/js/mod_connedit.js @@ -82,7 +82,7 @@ $(document).ready(function() { function doRemove() { var what = $(this).data('remove'); var element = $(this).parents('div.form-' + what); - var where = '#abook_edit_form' + $(this).data('id'); + var where = '#abook-edit-form' + $(this).data('id'); if(what === 'vcard-org' || what === 'vcard-title' || what === 'vcard-note') { $(where + ' .add-' + what).show() |