improve debugging

This commit is contained in:
Sebastian Sdorra
2010-09-15 15:12:57 +02:00
parent 3e21edccb6
commit e8a8424899

View File

@@ -95,11 +95,14 @@ Ext.onReady(function(){
},{
title: 'Config',
items: [{
label: 'Repositories',
fn: null
label: 'General',
fn: function(){ console.debug( 'General Config' ); }
},{
label: 'Repository Types',
fn: function(){ console.debug( 'Repository Type Config' ); }
},{
label: 'Server',
fn: null
fn: function(){ console.debug( 'Server Config' ); }
}]
}]);
}