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

(-)a/koha-tmpl/intranet-tmpl/prog/js/auth-finder-search.js (-7 lines)
Lines 42-50 $(document).ready(function () { Link Here
42
                },
42
                },
43
            });
43
            });
44
        },
44
        },
45
        select: function (event, ui) {
46
            $("#marclistanywhere").val("exact");
47
        },
48
        minLength: 3,
45
        minLength: 3,
49
    });
46
    });
50
    // marclistheading
47
    // marclistheading
Lines 77-85 $(document).ready(function () { Link Here
77
                },
74
                },
78
            });
75
            });
79
        },
76
        },
80
        select: function (event, ui) {
81
            $("#marclistheading").val("exact");
82
        },
83
        minLength: 3,
77
        minLength: 3,
84
    });
78
    });
85
    // mainentry
79
    // mainentry
86
- 

Return to bug 41860