()
| 74 | } |
| 75 | |
| 76 | function reset() { |
| 77 | Math.random = window.ufs_originalRandom; |
| 78 | if (window.ufs_wheelOfNames_interval) |
| 79 | clearInterval(window.ufs_wheelOfNames_interval); |
| 80 | console.log( |
| 81 | "Không còn tên nào để hack. Kết quả sẽ ngẫu nhiên trở lại." |
| 82 | ); |
| 83 | } |
| 84 | |
| 85 | function setTarget() { |
| 86 | let { values = [], offset } = getCurrentValues(); |
no outgoing calls
no test coverage detected