merge changes from master
This commit is contained in:
@@ -15,6 +15,9 @@ function updateBackground() {
|
|||||||
isWarranty.nextElementSibling.style.backgroundColor = isWarranty.checked
|
isWarranty.nextElementSibling.style.backgroundColor = isWarranty.checked
|
||||||
? "red"
|
? "red"
|
||||||
: "transparent";
|
: "transparent";
|
||||||
|
isWarranty.nextElementSibling.style.color = isWarranty.checked
|
||||||
|
? "white"
|
||||||
|
: "black";
|
||||||
}
|
}
|
||||||
|
|
||||||
// Notification system
|
// Notification system
|
||||||
|
|||||||
Reference in New Issue
Block a user