Commit 1be4db96 authored by Markus Bergt's avatar Markus Bergt

fixed form reset

parent c07f0487
...@@ -36,7 +36,7 @@ $(document).ready(function() { ...@@ -36,7 +36,7 @@ $(document).ready(function() {
obj.done(function(data){ obj.done(function(data){
alert(data); alert(data);
}); });
$( "#chatbar" ).reset(); $('#chatbar')[0].reset();
}); });
$('#changeToNormal').click(function(event){ $('#changeToNormal').click(function(event){
......
Markdown is supported
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