mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
Fixed URLs for AJAX loaded grids
This commit is contained in:
@@ -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