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 15-20 $(document).ready(function(){ Link Here
15
                url: "/cgi-bin/koha/authorities/ysearch.pl",
15
                url: "/cgi-bin/koha/authorities/ysearch.pl",
16
                dataType: "json",
16
                dataType: "json",
17
                data: {
17
                data: {
18
                    authtypecode : "[% authtypecode %]",
18
                    term: request.term,
19
                    term: request.term,
19
                    op: "do_search",
20
                    op: "do_search",
20
                    type: "intranet",
21
                    type: "intranet",
Lines 42-47 $(document).ready(function(){ Link Here
42
                url: "/cgi-bin/koha/authorities/ysearch.pl",
43
                url: "/cgi-bin/koha/authorities/ysearch.pl",
43
                dataType: "json",
44
                dataType: "json",
44
                data: {
45
                data: {
46
                    authtypecode : "[% authtypecode %]",
45
                    term: request.term,
47
                    term: request.term,
46
                    op: "do_search",
48
                    op: "do_search",
47
                    type: "intranet",
49
                    type: "intranet",
Lines 69-74 $(document).ready(function(){ Link Here
69
                url: "/cgi-bin/koha/authorities/ysearch.pl",
71
                url: "/cgi-bin/koha/authorities/ysearch.pl",
70
                dataType: "json",
72
                dataType: "json",
71
                data: {
73
                data: {
74
                    authtypecode : "[% authtypecode %]",
72
                    term: request.term,
75
                    term: request.term,
73
                    op: "do_search",
76
                    op: "do_search",
74
                    type: "intranet",
77
                    type: "intranet",
75
- 

Return to bug 9282