diff --git a/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/lib/grid/js/Grid.js b/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/lib/grid/js/Grid.js index c187e8b906324c2e36cf195291f54aa860d89bad..70a2971df91b41f2b57d817778f411e733b22700 100644 --- a/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/lib/grid/js/Grid.js +++ b/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/lib/grid/js/Grid.js @@ -31,8 +31,8 @@ $.extend(Grid.prototype, { var rowIndex = helpers.item[0].rowIndex; thisGrid.notifyRowClickListeners({ "index" : rowIndex, - "data" : thisGrid.result.datas[rowIndex], - "item" : thisGrid.result.items[rowIndex] + "data" : thisGrid.result.datas[rowIndex-1], + "item" : thisGrid.result.items[rowIndex-1] }); });