()
| 2779 | } |
| 2780 | |
| 2781 | function hideReportContextMenu() { |
| 2782 | if (!state.reportContextMenu) return; |
| 2783 | state.reportContextMenu.classList.add("hidden"); |
| 2784 | state.reportContextMenu.dataset.reportId = ""; |
| 2785 | } |
| 2786 | |
| 2787 | function showReportContextMenu(reportId, x, y) { |
| 2788 | if (!reportId) return; |
no outgoing calls
no test coverage detected