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

(-)a/koha-tmpl/intranet-tmpl/js/browser.js (-2 / +1 lines)
Lines 81-87 KOHA.browser = function (searchid, biblionumber) { Link Here
81
81
82
            $(document).ready(function () {
82
            $(document).ready(function () {
83
                if (me.curPos > -1) {
83
                if (me.curPos > -1) {
84
                    var searchURL = '/cgi-bin/koha/catalogue/search.pl?' + decodeURIComponent(current_search.query) + '&limit=' + decodeURIComponent(current_search.limit) + '&sort_by=' + current_search.sort + '&searchid=' + me.searchid + '&offset=' + me.offset;
84
                    var searchURL = '/cgi-bin/koha/catalogue/search.pl?' + current_search.query + '&limit=' + decodeURIComponent(current_search.limit) + '&sort_by=' + current_search.sort + '&searchid=' + me.searchid + '&offset=' + me.offset;
85
                    var prevbutton;
85
                    var prevbutton;
86
                    var nextbutton;
86
                    var nextbutton;
87
                    if (me.curPos === 0 && parseInt(current_search.offset) === 1) {
87
                    if (me.curPos === 0 && parseInt(current_search.offset) === 1) {
88
- 

Return to bug 20529