|
|
|
@ -23,7 +23,7 @@
|
|
|
|
|
// Change the background color to red
|
|
|
|
|
document.body.style.backgroundColor = 'red';
|
|
|
|
|
}
|
|
|
|
|
if (node === 'node4' && value === '20') {
|
|
|
|
|
if (node === 'node4' && value === '21') {
|
|
|
|
|
// Change the background color to red
|
|
|
|
|
document.body.style.backgroundColor = 'blue';
|
|
|
|
|
}
|
|
|
|
|