diff --git a/js/main.js b/js/main.js index cea87f5ff..e53373aed 100644 --- a/js/main.js +++ b/js/main.js @@ -242,7 +242,7 @@ // add a new thread - $('.tread-wrapper',data).each(function() { + $('.thread-wrapper',data).each(function() { var ident = $(this).attr('id'); if($('#' + ident).length == 0 && profile_page == 1) { diff --git a/view/conversation.tpl b/view/conversation.tpl index fccd9a8bb..fe8304a6c 100644 --- a/view/conversation.tpl +++ b/view/conversation.tpl @@ -1,5 +1,5 @@ {{ for $threads as $thread }} -