From cf9103acd6f20ba94fab0b02d049f1fdc380d344 Mon Sep 17 00:00:00 2001 From: Benoit Alessandroni <benoit@happy-dev.fr> Date: Tue, 17 Mar 2020 17:00:28 +0100 Subject: [PATCH] feature: configured releases --- search-box.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search-box.js b/search-box.js index a4530a7..e90fac2 100644 --- a/search-box.js +++ b/search-box.js @@ -8,8 +8,8 @@ Helpers.importCSS(`${base_url}/css/main.css`); export class KLDBSearchBox extends SIBTemplateElement { constructor() { super(); + //This is not a cool comment because then this.loaderID = Helpers.uniqID(); - console.log('toto'); } static get propsDefinition() { -- GitLab