Skip to content

Commit

Permalink
Fixed selecting row in listview
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse van den Kieboom committed Aug 2, 2011
1 parent e8a726b commit bb7228a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/javascript/listview.js
Expand Up @@ -99,7 +99,7 @@
data = $this.data('listview');

var rows = data.table.find('tbody tr');
$this.listview('select_row', $(rows[0]).listview('row'), multi);
$this.listview('select_row', $(rows[index]).listview('row'), multi);
},

select_row: function (row, multi) {
Expand Down

0 comments on commit bb7228a

Please sign in to comment.