Reverted AJAX Binding for logs

This commit is contained in:
Mark McDowall 2012-10-23 08:10:23 -07:00
parent 1b9480275f
commit d43e709ddd
1 changed files with 1 additions and 1 deletions

View File

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