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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/auth-finder-search.inc (-1 / +3 lines)
Lines 18-23 $(document).ready(function(){ Link Here
18
                url: "/cgi-bin/koha/authorities/ysearch.pl",
18
                url: "/cgi-bin/koha/authorities/ysearch.pl",
19
                dataType: "json",
19
                dataType: "json",
20
                data: {
20
                data: {
21
                    authtypecode : "[% authtypecode %]",
21
                    term: request.term,
22
                    term: request.term,
22
                    op: "do_search",
23
                    op: "do_search",
23
                    type: "intranet",
24
                    type: "intranet",
Lines 45-50 $(document).ready(function(){ Link Here
45
                url: "/cgi-bin/koha/authorities/ysearch.pl",
46
                url: "/cgi-bin/koha/authorities/ysearch.pl",
46
                dataType: "json",
47
                dataType: "json",
47
                data: {
48
                data: {
49
                    authtypecode : "[% authtypecode %]",
48
                    term: request.term,
50
                    term: request.term,
49
                    op: "do_search",
51
                    op: "do_search",
50
                    type: "intranet",
52
                    type: "intranet",
Lines 72-77 $(document).ready(function(){ Link Here
72
                url: "/cgi-bin/koha/authorities/ysearch.pl",
74
                url: "/cgi-bin/koha/authorities/ysearch.pl",
73
                dataType: "json",
75
                dataType: "json",
74
                data: {
76
                data: {
77
                    authtypecode : "[% authtypecode %]",
75
                    term: request.term,
78
                    term: request.term,
76
                    op: "do_search",
79
                    op: "do_search",
77
                    type: "intranet",
80
                    type: "intranet",
78
- 

Return to bug 9282