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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-2 / +1 lines)
Lines 1934-1940 Link Here
1934
                var branchcode = $(this).data("branchcode");
1934
                var branchcode = $(this).data("branchcode");
1935
                var url = $(this).attr("href");
1935
                var url = $(this).attr("href");
1936
                $.ajax({
1936
                $.ajax({
1937
                    url: "/api/v1/libraries/" + branchcode,
1937
                    url: "/api/v1/public/libraries/" + branchcode,
1938
                    type: 'GET',
1938
                    type: 'GET',
1939
                    dataType: 'json',
1939
                    dataType: 'json',
1940
                    success: function(result) {
1940
                    success: function(result) {
1941
- 

Return to bug 29616