Skip to content

Commit

Permalink
Fix misconfigured data-table
Browse files Browse the repository at this point in the history
  • Loading branch information
amalloy committed Oct 1, 2011
1 parent 27c60d3 commit 9dd3783
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions resources/public/script/foreclojure.js
Expand Up @@ -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"}
]
} );
}
Expand Down

0 comments on commit 9dd3783

Please sign in to comment.