mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -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,
|
||||
|
||||
Reference in New Issue
Block a user