diff --git a/ccp/js/methodlistcontroller2.js b/ccp/js/methodlistcontroller2.js index 285a65f..1a619eb 100644 --- a/ccp/js/methodlistcontroller2.js +++ b/ccp/js/methodlistcontroller2.js @@ -183,6 +183,7 @@ class CCPMethodList2 extends HTMLElement{ method["executable"] = matches.length > 0 } } + this.updateList() }).catch(err=>{ alert("Error while checking runtimes for method") console.error("Error while checking runtimes for method: " + err)