Skip to content

Commit

Permalink
Fixed issue #6277 - case insensitive search now enabled (default sear…
Browse files Browse the repository at this point in the history
…ch changed ton "cn" (contains) in earlier update)
  • Loading branch information
jcleeland committed Jul 20, 2012
1 parent 26c0375 commit c262830
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/admin/listsurvey.js
Expand Up @@ -101,6 +101,7 @@ $(document).ready(function(){
height: "100%",
width: screen.width-20,
shrinkToFit: true,
ignoreCase: true,
rowNum: 25,
editable:true,
scrollOffset:0,
Expand Down

0 comments on commit c262830

Please sign in to comment.