Skip to content

Commit 721e398

Browse files
authored
Update initialize.js.coffee
1 parent bf8a441 commit 721e398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/javascripts/effective_datatables/initialize.js.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ initializeDataTables = (target) ->
8686
scrollCollapse: true
8787
createdRow: (row, data, dataIndex) ->
8888
console.log(data[3])
89-
if data[3] == '76'
89+
if data[3] == 'Yes'
9090
$(row).addClass 'important'
9191
pagingType: 'simple_numbers'
9292
initComplete: (settings) ->

0 commit comments

Comments
 (0)