more work on profile vcards - still a lot of work to go
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user