mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-06-18 21:30:12 +10:00
Update Settings
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
inode.setAttribute("data-page", item.page);
|
||||
inode.textContent = item.displayName;
|
||||
Windows.UI.Event.Util.addEvent(inode, "click", function(e) {
|
||||
window.location = "settings/" + inode.getAttribute("data-page");
|
||||
window.location = "settings/" + this.getAttribute("data-page");
|
||||
});
|
||||
list.appendChild(inode);
|
||||
// WinJS.UI.Animation.createAddToListAnimation(list, inode).execute();
|
||||
|
||||
Reference in New Issue
Block a user