mirror of https://github.com/Radarr/Radarr
Fixed ajax binding for logs
This commit is contained in:
parent
a7a4783947
commit
e426a1967f
|
@ -49,7 +49,7 @@
|
|||
$('.dataTablesGrid').removeClass('hidden-grid');
|
||||
|
||||
oTable = $('#logGrid').dataTable({
|
||||
"sAjaxSource": "Log/AjaxBinding",
|
||||
"sAjaxSource": "ajaxbinding",
|
||||
"bProcessing": false,
|
||||
"bServerSide": true,
|
||||
"bShowAll": false,
|
||||
|
|
Loading…
Reference in New Issue