mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-04-20 02:34:42 +10:00
Update Settings Shell.
This commit is contained in:
@@ -218,6 +218,11 @@
|
||||
containerId = container.id;
|
||||
}
|
||||
} else document.getElementById(containerId);
|
||||
if (shouldAnimate == true) {
|
||||
container.setAttribute("data-start-loading", true);
|
||||
} else {
|
||||
container.removeAttribute("data-start-loading");
|
||||
}
|
||||
var textNode = container.firstChild;
|
||||
if (!textNode || textNode.nodeType !== 3) {
|
||||
textNode = document.createTextNode("");
|
||||
|
||||
Reference in New Issue
Block a user