From 893934b43e4274501af2b5c18a2884d894eed2d4 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Wed, 1 Feb 2023 16:21:49 +0100 Subject: [PATCH] minor fixes --- ccp/js/methodlistcontroller2.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ccp/js/methodlistcontroller2.js b/ccp/js/methodlistcontroller2.js index c967706..ff36ed0 100644 --- a/ccp/js/methodlistcontroller2.js +++ b/ccp/js/methodlistcontroller2.js @@ -64,7 +64,7 @@ class CCPMethodList2 extends HTMLElement{
  • -
    +
    • @@ -209,7 +209,7 @@ class CCPMethodList2 extends HTMLElement{ const executables = this.#filtered[d].filter(m=>m.executable).length e.innerHTML = ` ${d} ${this.#filtered[d].length - executables} - ${executables}` } + ${executables}` } }, { target : "details ul[name=process_list]",