Commit a8b159fe authored by Markus Bergt's avatar Markus Bergt

fix for update

parent 4f5cc42f
......@@ -10,7 +10,7 @@ $(document).ready(function() {
var obj = jQuery.parseJSON(data);
if(!!obj.UsersTable)
{
$('#onlineStatus').innerHTML(obj.UsersTable);
$('#onlineStatus').html(obj.UsersTable);
}
if(!!obj.newMessages)
{
......
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