Fixed ajax binding for logs

This commit is contained in:
Mark McDowall 2012-10-22 18:19:33 -07:00
parent a7a4783947
commit e426a1967f
1 changed files with 1 additions and 1 deletions

View File

@ -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,