fix section highlighting in preferences panel

pull/468/merge
nightwing 2018-01-01 17:15:58 +04:00
rodzic 3ddfe19209
commit c1b3822d47
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -115,9 +115,10 @@ define(function(require, exports, module) {
if (!heading) { if (!heading) {
if (!hack) { if (!hack) {
var aml = container.appendChild(new ui.bar()); var aml = container.appendChild(new ui.bar());
aml.$int.textContent = "";
ui.buildDom(["div", { class: "header" }, ui.buildDom(["div", { class: "header" },
["span"], ["div", (debug ? "[" + (position || "") + "] " : "") + name] ["span"], ["div", (debug ? "[" + (position || "") + "] " : "") + name]
]); ], aml.$int);
} }
heading = headings[name] = { heading = headings[name] = {