debisoft commited on
Commit
1ebb6d8
·
1 Parent(s): df79281
Files changed (1) hide show
  1. main.py +2 -1
main.py CHANGED
@@ -27,8 +27,9 @@ function load()
27
  }).addTo(map);
28
  //alert('loading...');
29
 
30
- messages_input = $("#chat_form :input[name='messages']").name;
31
  alert(messages_input);
 
32
  //messages_input.change(function(){
33
  //alert("The text has been changed.");
34
  //});
 
27
  }).addTo(map);
28
  //alert('loading...');
29
 
30
+ messages_input = $("#chat_form :input[name='messages']");
31
  alert(messages_input);
32
+ console.log(messages_input);
33
  //messages_input.change(function(){
34
  //alert("The text has been changed.");
35
  //});