Commit e3a10013 authored by Markus Bergt's avatar Markus Bergt

fixed js

parent c40dce49
...@@ -30,13 +30,13 @@ $(document).ready(function() { ...@@ -30,13 +30,13 @@ $(document).ready(function() {
); );
} }
$('#sendMessage').click(function(){ /*$('#sendMessage').click(function(){
if(this.hasClass('btn-default') if(this.hasClass('btn-default')
{ {
//send default //send default
} }
if() if()
}); });*/
$('#changeToNormal').click(function(){ $('#changeToNormal').click(function(){
var obj = $('#sendMessage'); var obj = $('#sendMessage');
......
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