回答編集履歴
1
chousei
test
CHANGED
@@ -26,8 +26,6 @@
|
|
26
26
|
|
27
27
|
document.querySelector('progress').value=v;
|
28
28
|
|
29
|
-
document.querySelector('progress').textContent=h1;
|
30
|
-
|
31
29
|
document.querySelector('.dummy').classList.toggle("headerblackbg",h1>200);
|
32
30
|
|
33
31
|
});
|