MCPcopy Index your code
hub / github.com/Threadfin/Threadfin / openThisMenu

Function openThisMenu

html/js/menu_ts.js:972–978  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

showMethod · 0.95
enableGroupSelectionFunction · 0.70

Tested by

no test coverage detected