From 6091914e10a8fac6bf467520ead6d4e2e75a13df Mon Sep 17 00:00:00 2001 From: dcore94 Date: Tue, 7 Mar 2023 14:34:49 +0100 Subject: [PATCH] refresh visual --- ccp/js/methodlistcontroller2.js | 1 + 1 file changed, 1 insertion(+) 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)