mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-04-11 17:57:19 +10:00
Fix bugs.
This commit is contained in:
@@ -495,7 +495,8 @@
|
||||
if (!controls) return false;
|
||||
var checkbox = controls.querySelector(".checkbox input");
|
||||
if (!checkbox) return false;
|
||||
return checkbox.checked == true;
|
||||
if (checkbox.disabled === true) return false;
|
||||
return checkbox.checked === true || checkbox.checked + "" === "true";
|
||||
}
|
||||
|
||||
function noticeLoadSelectPage() {
|
||||
|
||||
Reference in New Issue
Block a user