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 41-49 $(document).ready(function () { Link Here
41
                },
41
                },
42
            });
42
            });
43
        },
43
        },
44
        select: function (event, ui) {
45
            $("#marclistanywhere").val("exact");
46
        },
47
        minLength: 3,
44
        minLength: 3,
48
    });
45
    });
49
    // marclistheading
46
    // marclistheading
Lines 75-83 $(document).ready(function () { Link Here
75
                },
72
                },
76
            });
73
            });
77
        },
74
        },
78
        select: function (event, ui) {
79
            $("#marclistheading").val("exact");
80
        },
81
        minLength: 3,
75
        minLength: 3,
82
    });
76
    });
83
    // mainentry
77
    // mainentry
84
- 

Return to bug 41860