mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-28 22:18:38 +00:00
Changed the new welcome panel to be theme independant (closes #17)
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
for (let i = kElementsToAppend.length - 1; i >= 0; i--) {
|
||||
const elem = document.getElementById(kElementsToAppend[i]);
|
||||
if (elem) {
|
||||
wrapper.appendChild(elem);
|
||||
appWrapepr.appendChild(elem);
|
||||
}
|
||||
}
|
||||
appWrapepr.removeAttribute("hidden");
|
||||
|
Reference in New Issue
Block a user