1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-02-20 21:27:16 +00:00

Reverted AJAX Binding for logs

This commit is contained in:
Mark McDowall 2012-10-23 08:10:23 -07:00
parent 1b9480275f
commit d43e709ddd

View file

@ -49,7 +49,7 @@
$('.dataTablesGrid').removeClass('hidden-grid');
oTable = $('#logGrid').dataTable({
"sAjaxSource": "ajaxbinding",
"sAjaxSource": "/log/ajaxbinding",
"bProcessing": false,
"bServerSide": true,
"bShowAll": false,