From ab0731025200992b829c1bff818c931591668db6 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Thu, 14 Dec 2023 10:46:54 +0100 Subject: [PATCH] removed commented code --- ccp/js/inputwidgetcontroller.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ccp/js/inputwidgetcontroller.js b/ccp/js/inputwidgetcontroller.js index 038f18b..f4f09c9 100644 --- a/ccp/js/inputwidgetcontroller.js +++ b/ccp/js/inputwidgetcontroller.js @@ -246,7 +246,6 @@ class CCPBaseInputWidgetController extends HTMLElement{
${this.required ? `*` : ``} ${this.title} -