()
| 9568 | if (!inUpdate && rulesData.uninited) { |
| 9569 | let showTimes = 0; |
| 9570 | let showFirstAlert = () => { |
| 9571 | if (inUpdate || importing || ++showTimes > 5) return; |
| 9572 | showTips(i18n("firstAlert"), configPage[0], 2000); |
| 9573 | setTimeout(() => { |
| 9574 | showFirstAlert(); |
| 9575 | }, 3000); |
| 9576 | }; |
| 9577 | showFirstAlert(); |
| 9578 | } |
| 9579 | let defaultOption = document.querySelector('#discussion_rating_4'); |
no test coverage detected