(el, state)
| 1025 | } |
| 1026 | |
| 1027 | function switchCallback(el, state) { |
| 1028 | const id = el.dataset.id; |
| 1029 | userConfigs.services[id].on = state; |
| 1030 | LocalStorage.set(`popup-lyrics:services:${id}:on`, state); |
| 1031 | updateTrack(true); |
| 1032 | } |
| 1033 | |
| 1034 | function posCallback(el, dir) { |
| 1035 | const id = el.dataset.id; |
no test coverage detected