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 1966-1972 Link Here
1966
                                authid = $(this).data("authid");
1966
                                authid = $(this).data("authid");
1967
                                search_string = "an:" + authid;
1967
                                search_string = "an:" + authid;
1968
                            } else {
1968
                            } else {
1969
                                search_string = terms[term]["keyword_search"] + encodeURIComponent( search_label );
1969
                                search_string = terms[term]["keyword_search"] + '"' + encodeURIComponent( search_label ) + '"';
1970
                            }
1970
                            }
1971
                            var termLink = $("<li>")
1971
                            var termLink = $("<li>")
1972
                                .append( $("<input>", { type: "checkbox", class: "select_term", value: search_string, id: terms[term]["label"] + index } ).prop("checked", preselected ) )
1972
                                .append( $("<input>", { type: "checkbox", class: "select_term", value: search_string, id: terms[term]["label"] + index } ).prop("checked", preselected ) )
1973
- 

Return to bug 24690