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