Bug 36084: svc - shelfbrowser.pl - Replace with GET
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
40cfd29b83
commit
52d0005ae0
1 changed files with 0 additions and 2 deletions
|
@ -1871,7 +1871,6 @@
|
|||
e.preventDefault();
|
||||
$.ajax({
|
||||
url: "/cgi-bin/koha/svc/shelfbrowser.pl",
|
||||
type: "POST",
|
||||
data: {
|
||||
"shelfbrowse_itemnumber": $("#browser_previous a").data( "prev-itemnumber" )
|
||||
},
|
||||
|
@ -1897,7 +1896,6 @@
|
|||
e.preventDefault();
|
||||
$.ajax({
|
||||
url: "/cgi-bin/koha/svc/shelfbrowser.pl",
|
||||
type: "POST",
|
||||
data: {
|
||||
"shelfbrowse_itemnumber": $("#browser_next a").data( "next-itemnumber" )
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue