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:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user