forked from mrlan/EnglishPal
只是修改名字
parent
d8263d17e0
commit
3049a4314a
|
@ -209,7 +209,6 @@ function random_select_word(word) {
|
|||
[wordContainersArray[i], wordContainersArray[j]] = [wordContainersArray[j], wordContainersArray[i]];
|
||||
}
|
||||
|
||||
|
||||
wordContainersArray.forEach((p, index) => {
|
||||
if (index < 10) {
|
||||
p.style.display = 'block';
|
||||
|
|
Loading…
Reference in New Issue