aboutsummaryrefslogtreecommitdiffstats
path: root/js/main.js
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-07-23 18:41:19 -0700
committerfriendica <info@friendica.com>2012-07-23 18:41:19 -0700
commite18417ea47bac5add79bc4f8fad8e89c6c6f9d08 (patch)
tree9cf9bcb0bfa5fca688d8aa5b11914809aeefbabf /js/main.js
parentb0f1d03a8ad51769c347a2056ce872972380d48f (diff)
downloadvolse-hubzilla-e18417ea47bac5add79bc4f8fad8e89c6c6f9d08.tar.gz
volse-hubzilla-e18417ea47bac5add79bc4f8fad8e89c6c6f9d08.tar.bz2
volse-hubzilla-e18417ea47bac5add79bc4f8fad8e89c6c6f9d08.zip
correct spelling - tread to thread
Diffstat (limited to 'js/main.js')
-rw-r--r--js/main.js2
1 files changed, 1 insertions, 1 deletions
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) {