提交 e531295c 编写于 作者: T tfennelly

"General" section to adopt the "Advanced" section

上级 5d58f54a
...@@ -25,6 +25,13 @@ $(function() { ...@@ -25,6 +25,13 @@ $(function() {
var configTable = $(this); var configTable = $(this);
var tabBar = tabBarWidget.addTabs(configTable); var tabBar = tabBarWidget.addTabs(configTable);
// We want to merge some sections together.
// Merge the "Advanced" section into the "General" section.
var generalSection = tabBar.getSection('config_general');
if (generalSection) {
generalSection.adoptSection('config_advanced_project_options');
}
addFinderToggle(tabBar); addFinderToggle(tabBar);
tabBar.onShowSection(function() { tabBar.onShowSection(function() {
// Hook back into hudson-behavior.js // Hook back into hudson-behavior.js
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册