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');
oTable = $('#logGrid').dataTable({
"sAjaxSource": "Log/AjaxBinding",
"sAjaxSource": "ajaxbinding",
"bProcessing": false,
"bServerSide": true,
"bShowAll": false,