mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-28 18:05:51 -04: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