Skip to content
Snippets Groups Projects
Commit 50c7a3d6 authored by qadadri's avatar qadadri
Browse files

UI Updates

parent 4612be7f
Branches
1 merge request!1Ui chatbot
...@@ -17,8 +17,9 @@ $(function() { ...@@ -17,8 +17,9 @@ $(function() {
value: 'new' value: 'new'
} }
]; ];
generate_message_user("Waiting for processing ...", 'user');
$.post( "/postmethod", { $.post( "/postmethod", {
javascript_data: msg javascript_data: msg
}) })
.done(function(data) { .done(function(data) {
data = JSON.parse(data); data = JSON.parse(data);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment