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:
antisnatchor
2011-10-02 17:02:44 +00:00
parent 533be7cefc
commit 182e6256e8

View File

@@ -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({