Fixed typo in JS code that was throwing an error when opening the requester tab in IE browsers.

git-svn-id: https://beef.googlecode.com/svn/trunk@1265 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
antisnatchor
2011-09-09 12:32:50 +00:00
parent 565d1ac490
commit e061c396a0

View File

@@ -170,7 +170,7 @@ ZombieTab_Requester = function(zombie) {
Ext.DomHelper.append('header', {tag: 'div', id: 'requesterWelcomeWinShown'});
}
datagrid.store.reload({params:{start:0,limit:req_pagesize, sort: "date", dir:"DESC"}});
},
}
// Uncomment it when we'll add a contextMenu (right click on a row) in the history grid
// ,rowcontextmenu: function(grid, rowIndex, event){