mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-05 13:21:25 -05: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