View | Details | Raw Unified | Return to bug 29215
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-1 / +1 lines)
Lines 1644-1649 legend:hover { Link Here
1644
            $("legend").click(function(){
1644
            $("legend").click(function(){
1645
                $(this).nextAll().toggle();
1645
                $(this).nextAll().toggle();
1646
                $("#messaging_prefs_loading").hide();
1646
                $("#messaging_prefs_loading").hide();
1647
                $("#guarantor_template").hide();
1647
            });
1648
            });
1648
1649
1649
            $("#saverecord").css({ 'margin-left': 0 });
1650
            $("#saverecord").css({ 'margin-left': 0 });
1650
- 

Return to bug 29215