mirror of https://github.com/Sonarr/Sonarr
Reverted AJAX Binding for logs
This commit is contained in:
parent
1b9480275f
commit
d43e709ddd
|
@ -49,7 +49,7 @@
|
|||
$('.dataTablesGrid').removeClass('hidden-grid');
|
||||
|
||||
oTable = $('#logGrid').dataTable({
|
||||
"sAjaxSource": "ajaxbinding",
|
||||
"sAjaxSource": "/log/ajaxbinding",
|
||||
"bProcessing": false,
|
||||
"bServerSide": true,
|
||||
"bShowAll": false,
|
||||
|
|
Loading…
Reference in New Issue