mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
Fix display of settings page
This commit is contained in:
@@ -216,7 +216,9 @@
|
||||
const innerHTML = `<div class="settings">${buildSettingsPageSections(settings)}</div>`;
|
||||
const el = document.createElement(elementKind);
|
||||
el.id = "settings";
|
||||
el.className = "popover";
|
||||
if (!isSettingsPage) {
|
||||
el.className = "popover";
|
||||
}
|
||||
el.innerHTML = innerHTML;
|
||||
|
||||
if (isSettingsPage) {
|
||||
|
||||
Reference in New Issue
Block a user