fixed JS error that prevented opening BeEF UI commandtabs on IE browsers.
git-svn-id: https://beef.googlecode.com/svn/trunk@1346 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
@@ -23,7 +23,7 @@ ZombieTab_Commands = function(zombie) {
|
||||
id: 'zombie-command-module-config-'+zombie.session,
|
||||
region: 'center',
|
||||
border: true,
|
||||
layout: 'fit',
|
||||
layout: 'fit'
|
||||
});
|
||||
|
||||
var command_module_grid = new Ext.grid.GridPanel({
|
||||
|
||||
Reference in New Issue
Block a user