projects
/
oweals
/
karmaworld.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
814fad5
)
Trailing comma
author
Charles Connell
<charles@connells.org>
Mon, 12 May 2014 23:32:45 +0000
(19:32 -0400)
committer
Charles Connell
<charles@connells.org>
Mon, 12 May 2014 23:32:45 +0000
(19:32 -0400)
karmaworld/assets/js/course-list.js
patch
|
blob
|
history
diff --git
a/karmaworld/assets/js/course-list.js
b/karmaworld/assets/js/course-list.js
index e67149f843c4b802e6002d4d4374896f8539090c..49c05cc5572627374f2e2e371b7d52c3b65979bc 100644
(file)
--- a/
karmaworld/assets/js/course-list.js
+++ b/
karmaworld/assets/js/course-list.js
@@
-32,7
+32,7
@@
$(function() {
'class': 'small-12 columns data-table-entry-wrapper' },
{ 'name': 'date', 'orderable': true, 'searchable': false, 'visible': false },
{ 'name': 'note_count', 'orderable': true, 'searchable': false, 'visible': false },
- { 'name': 'popularity', 'orderable': true, 'searchable': false, 'visible': false }
,
+ { 'name': 'popularity', 'orderable': true, 'searchable': false, 'visible': false }
],
'createdRow': function(row, data, index) {
$(row).addClass('table-row');