From 3dd89a3c1bf13b6702c8838509c7c8d9860f22f9 Mon Sep 17 00:00:00 2001 From: mic Date: Wed, 25 Sep 2024 23:12:45 +0200 Subject: [PATCH] added a commented out debug console.log statement --- customprompts/mzta-custom-prompts.js | 1 + 1 file changed, 1 insertion(+) diff --git a/customprompts/mzta-custom-prompts.js b/customprompts/mzta-custom-prompts.js index f52b9642..50dc438a 100644 --- a/customprompts/mzta-custom-prompts.js +++ b/customprompts/mzta-custom-prompts.js @@ -365,6 +365,7 @@ function handleInputChange(e) { function loadPromptsList(values){ + // console.log('>>>>>>>> loadPromptsList values: ' + JSON.stringify(values)); let options = { valueNames: [ { data: ['idnum'] }, 'is_default', 'id', 'name', 'text', 'type', 'action', 'position_compose', 'position_display', { name: 'need_selected', attr: 'checked_val'}, { name: 'need_signature', attr: 'checked_val'}, { name: 'need_custom_text', attr: 'checked_val'}, { name: 'define_response_lang', attr: 'checked_val'}, { name: 'enabled', attr: 'checked_val'} ], item: function(values) {