From a27f982fc772b636372ef3ce58619d0a6051be5d Mon Sep 17 00:00:00 2001 From: lizandrogd <77708265+lizandrogd@users.noreply.github.com> Date: Wed, 21 Jan 2026 09:14:44 -0500 Subject: [PATCH] up --- assets/js/app_simple.js | 2 +- index.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/js/app_simple.js b/assets/js/app_simple.js index c0bbf22..5cfb094 100644 --- a/assets/js/app_simple.js +++ b/assets/js/app_simple.js @@ -108,7 +108,7 @@ class SimpleWhatsAppManager { case 'users': this.loadUsers(); break; - case 'conversations': + case 'send_message': this.loadconversations(); break; case 'templates': diff --git a/index.php b/index.php index 7bc8ce2..ccaa527 100644 --- a/index.php +++ b/index.php @@ -52,7 +52,7 @@ try {