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

(-)a/koha-tmpl/intranet-tmpl/js/browser.js (-2 / +1 lines)
Lines 89-95 KOHA.browser = function (searchid, biblionumber) { Link Here
89
89
90
            $(document).ready(function () {
90
            $(document).ready(function () {
91
                if (me.curPos > -1) {
91
                if (me.curPos > -1) {
92
                    var searchURL = '/cgi-bin/koha/catalogue/search.pl?' + decodeURIComponent(current_search.query) + '&limit=' + decodeURIComponent(current_search.limit) + '&sort=' + current_search.sort + '&searchid=' + me.searchid + '&offset=' + me.offset;
92
                    var searchURL = '/cgi-bin/koha/catalogue/search.pl?' + current_search.query + '&limit=' + decodeURIComponent(current_search.limit) + '&sort=' + current_search.sort + '&searchid=' + me.searchid + '&offset=' + me.offset;
93
                    var prevbutton;
93
                    var prevbutton;
94
                    var nextbutton;
94
                    var nextbutton;
95
                    if (me.curPos === 0 && current_search.offset === 1) {
95
                    if (me.curPos === 0 && current_search.offset === 1) {
96
- 

Return to bug 20529