diff --git a/ccp/js/executionformcontroller.js b/ccp/js/executionformcontroller.js index 2d949c5..6e53f7c 100644 --- a/ccp/js/executionformcontroller.js +++ b/ccp/js/executionformcontroller.js @@ -24,7 +24,8 @@ class CCPExecutionForm extends HTMLElement{ } attributeChangedCallback(name, oldValue, newValue) { - if((oldValue != newValue) && (name === "method")){ + //if((oldValue != newValue) && (name === "method")){ + if(name === "method"){ this.#method = newValue this.loadMethod() }