fix namespace for Sonia.group.Grid

This commit is contained in:
Sebastian Sdorra
2010-09-05 16:19:20 +02:00
parent cf02f56c7f
commit 0fb9478f19
2 changed files with 5 additions and 4 deletions

View File

@@ -88,7 +88,8 @@ Ext.onReady(function(){
var menu = Ext.get( 'main-menu' );
var groupsLink = menu.createChild({
tag: 'li',
html: 'Groups'
html: 'Groups',
style: 'cursor: pointer;'
});
groupsLink.on('click', addGroupPanel);
}