()
| 51 | } |
| 52 | |
| 53 | function btnShow() { |
| 54 | $d.find(".listClass li").css("opacity", "") |
| 55 | $d.find(".listClass li").css("pointer-events", "auto") |
| 56 | isBtnHide = false |
| 57 | } |
| 58 | |
| 59 | function addDot() { |
| 60 | var dot = 0; |
no outgoing calls
no test coverage detected