From 27a3baaa95dd4922246f349d20fdbd317caf6a75 Mon Sep 17 00:00:00 2001 From: Charles Shin Date: Thu, 23 Aug 2018 10:18:43 -0700 Subject: [PATCH] DIV-885: Updated edit and delete button for add children always visible. --- edivorce/apps/core/static/js/main.js | 5 ----- .../apps/core/templates/partials/your_children_child.html | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/edivorce/apps/core/static/js/main.js b/edivorce/apps/core/static/js/main.js index a9788956..083f4ee8 100755 --- a/edivorce/apps/core/static/js/main.js +++ b/edivorce/apps/core/static/js/main.js @@ -695,11 +695,6 @@ var initializeChildRowControls = function(element) { if ($(this).hasClass('fact-sheet-button')) return; populateChildInputFields($(this).parent('tr')); - }) - .hover(function() { - $(this).parent('tr').find('.fact-sheet-button').show(); - }, function() { - $(this).parent('tr').find('.fact-sheet-button').hide(); }); element.find('#delete_child_modal').on('show.bs.modal', function(event) { diff --git a/edivorce/apps/core/templates/partials/your_children_child.html b/edivorce/apps/core/templates/partials/your_children_child.html index 67776c46..e5998f0b 100644 --- a/edivorce/apps/core/templates/partials/your_children_child.html +++ b/edivorce/apps/core/templates/partials/your_children_child.html @@ -29,7 +29,7 @@ data-save_select=".child-field" data-target-form-field="child_relationship_to_spouse">{{ relationship_to_spouse }} - +