kopia lustrzana https://github.com/c9/core
fix section highlighting in preferences panel
rodzic
3ddfe19209
commit
c1b3822d47
|
@ -115,9 +115,10 @@ define(function(require, exports, module) {
|
|||
if (!heading) {
|
||||
if (!hack) {
|
||||
var aml = container.appendChild(new ui.bar());
|
||||
aml.$int.textContent = "";
|
||||
ui.buildDom(["div", { class: "header" },
|
||||
["span"], ["div", (debug ? "[" + (position || "") + "] " : "") + name]
|
||||
]);
|
||||
], aml.$int);
|
||||
}
|
||||
|
||||
heading = headings[name] = {
|
||||
|
|
Ładowanie…
Reference in New Issue