()
| 8 | } |
| 9 | |
| 10 | function openGamePickerInNewTab() { |
| 11 | const isStatic = document.body.hasAttribute("data-static-mode"); |
| 12 | const url = isStatic ? "/picker.html" : "/picker"; |
| 13 | window.open(url, "_blank"); |
| 14 | } |
| 15 | |
| 16 | // Game navigation |
| 17 | function navigateToGame(gameName) { |
no outgoing calls
no test coverage detected