From 9dd3783e802cbab8004d98d9736bb11bb5f9ff51 Mon Sep 17 00:00:00 2001 From: Alan Malloy Date: Fri, 30 Sep 2011 20:25:08 -0700 Subject: [PATCH] Fix misconfigured data-table --- resources/public/script/foreclojure.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/resources/public/script/foreclojure.js b/resources/public/script/foreclojure.js index 9f9b912f..2a3384ee 100644 --- a/resources/public/script/foreclojure.js +++ b/resources/public/script/foreclojure.js @@ -104,11 +104,10 @@ function configureDataTables(){ "iDisplayLength":100, "aaSorting": [[0, "asc"]], "aoColumns": [ - {"sType": "numeric"}, - {"sType": "string"}, {"sType": "numeric"}, {"sType": "string"}, - {"sType": "string"} + {"sType": "numeric"}, + {"sType": "string"} ] } ); }