mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 17:05:43 +01:00
remove repositoryTypes from sonia.global.js
This commit is contained in:
@@ -90,7 +90,19 @@ Ext.onReady(function(){
|
||||
}
|
||||
});
|
||||
|
||||
// methods called after login
|
||||
// adds a tab to main TabPanel
|
||||
function addTabPanel(id, xtype, title){
|
||||
mainTabPanel.add({
|
||||
id: id,
|
||||
xtype: xtype,
|
||||
title: title,
|
||||
closable: true,
|
||||
autoScroll: true
|
||||
});
|
||||
mainTabPanel.setActiveTab(id);
|
||||
}
|
||||
|
||||
// methods called after login
|
||||
|
||||
function createMainMenu(){
|
||||
if ( debug ){
|
||||
|
||||
Reference in New Issue
Block a user