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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-2 / +1 lines)
Lines 1958-1964 Link Here
1958
                                authid = $(this).data("authid");
1958
                                authid = $(this).data("authid");
1959
                                search_string = "an:" + authid;
1959
                                search_string = "an:" + authid;
1960
                            } else {
1960
                            } else {
1961
                                search_string = terms[term]["keyword_search"] + encodeURIComponent( search_label );
1961
                                search_string = terms[term]["keyword_search"] + '"' + encodeURIComponent( search_label ) + '"';
1962
                            }
1962
                            }
1963
                            var termLink = $("<li>")
1963
                            var termLink = $("<li>")
1964
                                .append( $("<input>", { type: "checkbox", class: "select_term", value: search_string, id: terms[term]["label"] + index } ).prop("checked", preselected ) )
1964
                                .append( $("<input>", { type: "checkbox", class: "select_term", value: search_string, id: terms[term]["label"] + index } ).prop("checked", preselected ) )
1965
- 

Return to bug 24690