mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-21 21:57:27 +00:00
Fixed ajax binding for logs
This commit is contained in:
parent
a7a4783947
commit
e426a1967f
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue