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

(-)a/koha-tmpl/opac-tmpl/bootstrap/js/global.js (-2 / +1 lines)
Lines 270-276 function setAdvancedPlaceholder(selectEl) { Link Here
270
    var $row = $select.closest(".search-term-row");
270
    var $row = $select.closest(".search-term-row");
271
    var $input = $row.find("input[name='q']");
271
    var $input = $row.find("input[name='q']");
272
    var ph = $select.find("option:selected").data("placeholder");
272
    var ph = $select.find("option:selected").data("placeholder");
273
    $input.attr("placeholder", ph || _("Enter search terms"));
273
    $input.attr("placeholder", ph || __("Enter search terms"));
274
}
274
}
275
275
276
$(".advanced-search-terms select[name='idx']").each(function () {
276
$(".advanced-search-terms select[name='idx']").each(function () {
277
- 

Return to bug 38643