(element)
| 970 | return; |
| 971 | } |
| 972 | function openThisMenu(element) { |
| 973 | var id = element.id; |
| 974 | var content = new ShowContent(id); |
| 975 | content.show(); |
| 976 | enableGroupSelection(".bulk"); |
| 977 | return; |
| 978 | } |
| 979 | class PopupWindow { |
| 980 | constructor() { |
| 981 | this.DocumentID = "popup-custom"; |
nothing calls this directly
no test coverage detected