mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Fixed ajax binding for logs
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
$('.dataTablesGrid').removeClass('hidden-grid');
|
$('.dataTablesGrid').removeClass('hidden-grid');
|
||||||
|
|
||||||
oTable = $('#logGrid').dataTable({
|
oTable = $('#logGrid').dataTable({
|
||||||
"sAjaxSource": "Log/AjaxBinding",
|
"sAjaxSource": "ajaxbinding",
|
||||||
"bProcessing": false,
|
"bProcessing": false,
|
||||||
"bServerSide": true,
|
"bServerSide": true,
|
||||||
"bShowAll": false,
|
"bShowAll": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user