(element)
| 1205 | } |
| 1206 | |
| 1207 | function openThisMenu(element) { |
| 1208 | var id = element.id |
| 1209 | var content: ShowContent = new ShowContent(id) |
| 1210 | content.show() |
| 1211 | enableGroupSelection(".bulk") |
| 1212 | return |
| 1213 | } |
| 1214 | |
| 1215 | class PopupWindow { |
| 1216 | DocumentID: string = "popup-custom" |
nothing calls this directly
no test coverage detected