From 8d50f393d954ad4b07ee2399fb24caae455cf497 Mon Sep 17 00:00:00 2001 From: choelzl Date: Wed, 4 Aug 2021 15:10:55 +0200 Subject: [PATCH] better verbosity --- public/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/main.js b/public/js/main.js index 3c0578b..ada8a5c 100644 --- a/public/js/main.js +++ b/public/js/main.js @@ -69,7 +69,7 @@ const icon_type = (item)=>{ }else if(t=='?'){ return ''; }else{ - console.log(item.category, item.type); + console.log(item.name, item.category, item.type); return 'question'; } }