mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-03 01:01:34 +02:00
Fixed URLs for AJAX loaded grids
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
$('#historyGrid').removeClass('hidden-grid');
|
||||
|
||||
oTable = $('#historyGrid').dataTable({
|
||||
"sAjaxSource": "History/AjaxBinding",
|
||||
"sAjaxSource": "/history/ajaxbinding",
|
||||
"bServerSide": true,
|
||||
"bProcessing": true,
|
||||
"bShowAll": false,
|
||||
|
@@ -105,7 +105,7 @@
|
||||
$('#seriesGrid').removeClass('hidden-grid');
|
||||
|
||||
oTable = $('.dataTablesGrid').dataTable({
|
||||
"sAjaxSource": "Series/Series",
|
||||
"sAjaxSource": "/series/series",
|
||||
"bServerSide": false,
|
||||
"bShowAll": false,
|
||||
"bPaginate": false,
|
||||
|
Reference in New Issue
Block a user