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 {