1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-27 01:57:21 +00:00

Fixed ajax binding for logs

This commit is contained in:
Mark McDowall 2012-10-22 18:19:33 -07:00
parent a7a4783947
commit e426a1967f

View file

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