()
| 2985 | }; |
| 2986 | |
| 2987 | const nInterval1Fun = function () { |
| 2988 | byebyeCF(); |
| 2989 | if ($(symbol1_selector) || $(symbol2_selector)) { |
| 2990 | if ($(symbol1_selector) && !$("#kcg")) loadKCG(); |
| 2991 | setIfr(); |
| 2992 | speakCompletely(); |
| 2993 | } |
| 2994 | }; |
| 2995 | |
| 2996 | const nInterval2Fun = function () { |
| 2997 | if ($(symbol1_selector) || $(symbol2_selector)) { |
nothing calls this directly
no test coverage detected