From e18417ea47bac5add79bc4f8fad8e89c6c6f9d08 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 23 Jul 2012 18:41:19 -0700 Subject: correct spelling - tread to thread --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') 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) { -- cgit v1.2.3