program/js/app.js
@@ -361,7 +361,7 @@ if (this.gui_objects.editform) { this.enable_command('save', true); if (this.env.action == 'add' || this.env.action == 'edit') if (this.env.action == 'add' || this.env.action == 'edit' || this.env.action == 'search') this.init_contact_form(); } @@ -4396,10 +4396,11 @@ { var ref = this, col; if (this.env.coltypes) { this.set_photo_actions($('#ff_photo').val()); for (col in this.env.coltypes) this.init_edit_field(col, null); } $('.contactfieldgroup .row a.deletebutton').click(function() { ref.delete_edit_field(this);