debisoft commited on
Commit
4d27d10
·
1 Parent(s): e189cc3
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -29,7 +29,7 @@ function load()
29
  }
30
  setTimeout(load, 1000);
31
 
32
- $("messages").change(function(){
33
  alert("The text has been changed.");
34
  });
35
 
 
29
  }
30
  setTimeout(load, 1000);
31
 
32
+ $("#chat_form :input[name='messages']").change(function(){
33
  alert("The text has been changed.");
34
  });
35