From 3d76988741a702905cd3e9576db76924fe4779c6 Mon Sep 17 00:00:00 2001 From: cktricky Date: Thu, 7 Jan 2016 15:19:58 -0500 Subject: [PATCH] interesting bug. The piechart code was calling nonexistent code (given the view) which conflated the bug hunting and was irrelevant. The real problem was having datatables paginate twice due to the way the table is loaded. So, unnecessary code removed and resolves #216 --- app/views/admin/dashboard.html.erb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/views/admin/dashboard.html.erb b/app/views/admin/dashboard.html.erb index 854f39c..713a0f0 100755 --- a/app/views/admin/dashboard.html.erb +++ b/app/views/admin/dashboard.html.erb @@ -38,11 +38,6 @@ <%= javascript_include_tag "jquery.dataTables.js"%> \ No newline at end of file