diff --git a/ccp/js/methodlistcontroller2.js b/ccp/js/methodlistcontroller2.js index 33f9730..aace1f3 100644 --- a/ccp/js/methodlistcontroller2.js +++ b/ccp/js/methodlistcontroller2.js @@ -255,7 +255,7 @@ class CCPMethodList2 extends HTMLElement{ throw "Unable to import" }else return reply.text() }).then(data=>{ - this.updateList() + this.fetchProcesses() }).catch(err=>{ alert(err) }) } }