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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-2 / +1 lines)
Lines 14-20 Link Here
14
            $("#contactname, #contactfirstname")
14
            $("#contactname, #contactfirstname")
15
                .each(function () { this.type = 'text' })
15
                .each(function () { this.type = 'text' })
16
                .parent().find('span').remove();
16
                .parent().find('span').remove();
17
            $("#guarantorsearch").val("Set to Patron");
17
            $("#guarantorsearch").val(_("Set to Patron"));
18
        });
18
        });
19
        $("#select_city").change(function(){
19
        $("#select_city").change(function(){
20
            var myRegEx=new RegExp(/(.*)\|(.*)\|(.*)\|(.*)/);
20
            var myRegEx=new RegExp(/(.*)\|(.*)\|(.*)\|(.*)/);
21
- 

Return to bug 13656