diff --git a/ccp/js/methodeditorcontroller.js b/ccp/js/methodeditorcontroller.js index 59440d6..faaaf4b 100644 --- a/ccp/js/methodeditorcontroller.js +++ b/ccp/js/methodeditorcontroller.js @@ -870,7 +870,7 @@ class CCPMethodEditorController extends HTMLElement{ } } - reRenderKeywords(){ + reRenderCategories(){ this.#rootdoc.querySelector("div[name=category-list]").innerHTML = this.renderCategories() }